waqasraz / Compiler-J--

This is project that i did for compiler construction course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

This is project that i did for compiler construction course.

License:GNU General Public License v2.0


Languages

Language:Java 98.7%Language:Assembly 1.2%Language:Makefile 0.1%