382 B
382 B
layout | title | categories | tags | href | |
---|---|---|---|---|---|
post | Mini Java | project |
|
https://github.com/jrpotter/mini-java |
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.