Version 6 (modified by tothm, 9 years ago) (diff) |
---|
Download links
- Lecture slides: http://paraphrase-enlarged.elte.hu/downloads/lecture.pdf
- Lab slides: http://paraphrase-enlarged.elte.hu/downloads/lab.pdf
- Lab examples (matrix): http://paraphrase-enlarged.elte.hu/downloads/matrix.zip
- Lab examples (MAS): http://paraphrase-enlarged.elte.hu/downloads/mas.zip
- Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte_cefp.zip
- Download the PaRTE VM: https://plc.inf.elte.hu/erlang/dl/virtualbox_image.tar
- Demo video: http://paraphrase-enlarged.elte.hu/downloads/parte_cefp_video.avi
Installation
- Download the source: http://paraphrase-enlarged.elte.hu/downloads/parte_cefp.zip
- Unzip it and from the root directory of the tool type:
./install_parte -build parte
- Edit your .emacs file based on the instructions provided by the install script
Usage
- Start a RefactorErl? node:
cd referl/tool bin/referl -db nif
- Use the RefactorErl? shell to build the database:
ri:add("path_to_my_file/my_file.erl").
- Use the RefactorErl? shell interface of PaRTE:
refpp_api:run(). refpp_api:run([{modules, [matrix], {cand_types, [farm, pipe]}, {chains, false}}]).
- Start your Emacs and use the PaRTE menu