JakuJ / java-compiler

A Java compiler developed for 02247 Compiler Construction at DTU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler-Construction

Project course at DTU Course number 02247 Compiler Construction.

Running the program

In order to run the j-- compiler make sure that j-- and ant are both correctly installed according to course instructions.

Open up the j-- folder in windows file explorer and in the path bar type cmd and press enter to open up a command window at that folder location.

build the ant aplication by using the command: ant jar

The command window should display build succesful message and the time it took to build the program.

Then use j-- commands to execute the different tests.

(To see the possible j-- commands simply type j-- in the command window and a list of possible commands should appear)

See the demonstration below as an example.

Getting Started Demo

About

A Java compiler developed for 02247 Compiler Construction at DTU


Languages

Language:Java 98.9%Language:Assembly 0.7%Language:Batchfile 0.1%Language:Shell 0.1%Language:HTML 0.1%