= Welcome to the manual page of PaRTE! The ParaPhrase Refactoring Tool for Erlang (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]. == Installation * Download the source [http://paraphrase-enlarged.elte.hu/downloads/parte.zip from here!] * Unzip it and from the root directory of the tool type: {{{ #!erlang ./install_parte -build parte }}} * Edit your .emacs file based on the instructions provided by the install script * Customize PaRTE (RefactorErl and Wrnagler) from the Emacs menu == Requirements * Erlang/OTP 17 or higher * gcc > 4.5 == Usage * Check our [http://paraphrase-enlarged.elte.hu/downloads/parte_demo.avi demo] at first! * Check our [http://paraphrase-enlarged.elte.hu/downloads/demo_parte.avi demonstration] for the ParaPhrase project reviewers as well! * Start a RefactorErl node: {{{ #!erlang cd referl/tool bin/referl -db nif }}} * Start your Emacs and use the PaRTE menu * Use the generated start script to use the Erlang Shell interface: {{{ #!erlang ./startup }}} == General A user manual can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/D4-3_user_manual.pdf The tool can be downloaded from here: http://paraphrase-enlarged.elte.hu/downloads/parte.zip