Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joeloparco/minijava-compiler

Front end of Mini Java Compiler built in Java. Including: Tokenizer, Parser and Semantic Analyzer.
https://github.com/joeloparco/minijava-compiler

compiler java minijava parser tokenizer typechecker

Last synced: 6 days ago
JSON representation

Front end of Mini Java Compiler built in Java. Including: Tokenizer, Parser and Semantic Analyzer.

Awesome Lists containing this project

README

        

MiniJava Compiler Built On Java.
Built for COSC 4400 at Maruqette University.
Built by @Joe Loparco, Luca Hergan, & Rosemary Shelton
This Porject Consitsts of the three phases of te front end of compiler, the tokenzer, Parser and Semantic Analyzer.
This compiler works for the MiniJava subsset of the Java Langauge. Reference: http://minijava.azurewebsites.net/ReferenceManual