This repository contains a modified version of the most up-to-date j-- base compiler and additional information for the textbook, Introduction to Compiler Construction in a Java World by Bill Campbell, Swami Iyer, and Bahar Akbal-Delibaş, which is a non-trivial subset of the Java™ programming language. The compiler is organized in an object-oriented style. Although most compilers are not written this way, they decided to organize it this way because you will most likely be programming in an object-oriented style.
This project is created for the 02247 Compiler Construction course project from the Technical University of Denmark, spring 2021.
Using the course's source version.
Make sure to install ant > 1.10.9. Unpack it preferebly outside the project folder. Make sure to update .gignore to ignore your editor files.
Copyright © 2018 Bill Campbell, Swami Iyer, and Bahar Akbal-Delibaş
Antoine Thibaut Sébert - s193508
William Wullf -
Danial Virk - s193167
Zineb Fadili - s201501
Elvis Antônio Ferreira Camilo - s190395
This code is released under GPL-3.0+.