Skip to content

zinebfadili/cc-j--

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Installation

Using the course's source version.

Requirements and Notes

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

Copyright © 2018 Bill Campbell, Swami Iyer, and Bahar Akbal-Delibaş

Group Members

Antoine Thibaut Sébert - s193508

William Wullf -

Danial Virk - s193167

Zineb Fadili - s201501

Elvis Antônio Ferreira Camilo - s190395

License

This code is released under GPL-3.0+.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%