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.
ant
Use the command bellow to run the interpreter with the code in sample file.
bash run.sh sample.jc
You can change the sample file to execute your own code.