Skip to content

Java Compiler for Java Subset

Notifications You must be signed in to change notification settings

jrpotter/mini-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java Compiler for Java Subset

Topics

Resources

Stars

Watchers

Forks

Languages