Skip to content

Download V1

Latest

Choose a tag to compare

@drakou111 drakou111 released this 29 Jul 05:16
874216d

How to run

  1. Download the .jar file to a folder.
  2. In that same folder, create a .txt file (This is where you will be writing your code).
  3. Open the command prompt and navigate to your folder.
  4. 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.
  5. Check out the README for more information of the syntax.
  6. 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)