LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cc18:amy_reference_compiler [2018/09/19 18:01]
georg.schmid
cc18:amy_reference_compiler [2018/09/20 09:26]
georg.schmid
Line 4: Line 4:
  
 You can run it as follows: You can run it as follows:
-  java -jar amyc_2.12-1.5.jar [options] [input files]+  java -cp amyc_2.12-1.5.jar ​amyc.Main ​[options] [input files]
  
 To see the list of available options do  To see the list of available options do 
-  java -jar amyc_2.12-1.5.jar --help+  java -cp amyc_2.12-1.5.jar ​amyc.Main ​--help
  
 The easiest way to execute a program is to run it in ''​-''''​-interpret''​ mode. If you want to generate WebAssembly binary code, you should follow these steps: The easiest way to execute a program is to run it in ''​-''''​-interpret''​ mode. If you want to generate WebAssembly binary code, you should follow these steps: