AshwinRamesh / CompilerFrontEnd

Frontend implementation for a compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Front-End - COMP3109

Note

This is assignment 2 for the COMP3109 course provided by the University of Sydney.

Errata

We promise we actually know how to spell "interpreter".

Contributors

  • Alex Hogue
  • Blake Riosa
  • Ashwin Ramesh

Description

A language definition, semantic checker, and interpreter. Antlr4 + LISP

Installation

Usage

* Executing Intermediate Code: ./run.sh <intermediate-file> [args...]

Testing

About

Frontend implementation for a compiler


Languages

Language:Java 50.5%Language:Python 44.4%Language:Shell 5.1%