C like language written in Java using JFlex and CUP for lexical, syntax and semanthic analysis.
Build the interpreter with the following command, you must have ant installed.
antUse the command bellow to run the interpreter with the code in sample file.
bash run.sh sample.jcYou can change the sample file to execute your own code.