--- layout: post title: Mini Java categories: project tags: [compiler, java] href: "https://git.jrpotter.com/r/mini-java" image: 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.