How to run
- Download the .jar file to a folder.
- In that same folder, create a .txt file (This is where you will be writing your code).
- Open the command prompt and navigate to your folder.
- Run this commands once there:
java -jar MCC.jar input.txt output.as, where input is your file, and output is the name of the output file. This will compile from input to output. - Check out the README for more information of the syntax.
- Have fun!
# Note: if you run into any issues while running the .jar file, make sure to have the newest version of java downloaded.
Edit: fixed a bug with >>= and <<=
Edit: compiled with newer version of java (JDK 21)