Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 379 Bytes

File metadata and controls

20 lines (13 loc) · 379 Bytes

JC

C like language written in Java using JFlex and CUP for lexical, syntax and semanthic analysis.

Using

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.