/Compiler-J--

This is project that i did for compiler construction course.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Compiler J--

This is a source code for the project that i did for Compiler Construction Course.

To BUILD - Require Apache Ant

> ant clean build

To run, Navigate to Jmm

> ant  -Darg0=[argument - filename] jmm

The above command will create a.out file You can run the file by typing

> make run

Files:

jmm/TEST/final 	"All test Files"
jmm/src 	        "All source Files"