ACTon is an actor-based language with a formal foundation, designed in an effort to bridge the gap between formal verification approaches and real applications.
Generate acton.g4 grammer located in src/antlr
using Antlr.
Run the whole java project using Acton.java script located in src/main
.
Copy files located in prerequisites
directory to output
directory.
After running commands above, All Java bytecode will be generated in the output
folder. Go to the output
directory in terminal. Then run commands below:
java -jar jasmin.jar *.j
java <MainClass>