Skip to content
  • Sergio Pérez's avatar
    40b40855
    LAST adapted to Erlang with some improvements: · 40b40855
    Sergio Pérez authored
    * ast.erl and saver.erl has been moved to e-knife resources folder
    * CFG and Value arcs are now in e-Knife
    * CFGs are built with a the visitor pattern
    * The graph library is now jgrapht
    * CFGs of the clauses of the same method are now independent
    * Interprocedural clause matching has been improved to not link unreachable clauses
    * Shadowed variables and its value are now delimited to their context
    * Classic algorithm has been added to slicing computed algorithms
    40b40855
    LAST adapted to Erlang with some improvements:
    Sergio Pérez authored
    * ast.erl and saver.erl has been moved to e-knife resources folder
    * CFG and Value arcs are now in e-Knife
    * CFGs are built with a the visitor pattern
    * The graph library is now jgrapht
    * CFGs of the clauses of the same method are now independent
    * Interprocedural clause matching has been improved to not link unreachable clauses
    * Shadowed variables and its value are now delimited to their context
    * Classic algorithm has been added to slicing computed algorithms
Loading