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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T22:26:11.000Z (over 1 year ago)
- Last Synced: 2025-03-30T15:14:54.003Z (about 1 year 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