Skip to the content.

We provide you with a reference compiler for the Amy language that you can use to explore the expected behavior of your own compiler. The reference compiler is available here. You can run it as follows:

java -jar amyc-assembly-1.7.jar [options] [input files] To see the list of available options do

java -jar amyc-assembly-1.7.jar --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:

Bug Reports

We welcome bug reports! Please use the discussions on Canvas for this purpose.