Changes between Version 6 and Version 7 of parte/cefp
- Timestamp:
- Jul 7, 2015, 11:28:26 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
parte/cefp
v6 v7 1 = Welcome to the wiki page of PaRTE-CEFP! 2 3 The 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 1 7 2 8 == Download links … … 43 49 #!erlang 44 50 refpp_api:run(). 45 refpp_api:run([{modules, [matrix], {cand_types, [farm, pipe]}, {chains, false}}]). 51 refpp_api:run([{modules, [matrix]}, {cand_types, [farm, pipe]}, {chains, false}]). 52 refpp_api:find(). 46 53 }}} 47 54