[Version 1.0.0 - 04/26/2014]
The following is a complete MiniJava Compiler implementation, according to the specifications in the docs folder.
- 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