Changes between Version 6 and Version 7 of parte/cefp


Ignore:
Timestamp:
Jul 7, 2015, 11:28:26 AM (9 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • parte/cefp

    v6 v7  
     1= Welcome to the wiki page of PaRTE-CEFP! 
     2 
     3The ParaPhrase Refactoring Tool for Erlang ([http://pnyf.inf.elte.hu/trac/refactorerl/wiki/parte PaRTE]) integrates parallel pattern discovery, candidate prioritization and semi-automated refactoring for shaping Erlang code and introducing algorithmic skeletons provided the [http://skel.weebly.com/ skel library]. 
     4 
     5 
     6 
    17 
    28== Download links 
     
    4349#!erlang 
    4450refpp_api:run(). 
    45 refpp_api:run([{modules, [matrix], {cand_types, [farm, pipe]}, {chains, false}}]). 
     51refpp_api:run([{modules, [matrix]}, {cand_types, [farm, pipe]}, {chains, false}]). 
     52refpp_api:find(). 
    4653}}} 
    4754