1
Fork 0
mini-java/README.md

566 B

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