Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joeloparco/minijava-compiler
- Owner: JoeLoparco
- Created: 2025-01-13T22:08:23.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-13T22:26:11.000Z (29 days ago)
- Last Synced: 2025-01-13T23:26:37.499Z (29 days ago)
- Topics: compiler, java, minijava, parser, tokenizer, typechecker
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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