portfolio/_posts/2015-03-24-mini-java.md

407 B

layout title categories tags href image
post Mini Java project
compiler
java
https://git.jrpotter.com/r/mini-java java.png

A Java implemention of a subset of Java. Generates code that targets mJAM, an abstract machine included in the source that supports running miniJava. In particular, this implementation supports various primitives, array types, and, to a certain degree, classes.