mirror of
https://github.com/jrpotter/mini-java.git
synced 2026-09-03 01:01:28 +00:00
Java Compiler for Java Subset
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| README.md | ||
MiniJava Compiler
[Version 1.0.0 - 04/26/2014]
The following is a complete MiniJava Compiler implementation, according to the specifications in the docs folder.
Other Features to include in future releases
- Static Field Initialization
- Keyword 'null'
- Support class constructors
- 'for' loop
- String type and string literals
- Code generation for conditional operations && and ||
- Overloaded methods
- Inheritance of fields and methods
- Dynamic Method Invocation
- Support for instanceof/super