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

14 lines
407 B
Markdown
Raw Normal View History

2023-12-17 22:24:47 +00:00
---
layout: post
title: Mini Java
categories: project
2023-12-24 05:00:26 +00:00
tags: [compiler, java]
href: "https://git.jrpotter.com/r/mini-java"
2023-12-18 00:42:45 +00:00
image: java.png
2023-12-17 22:24:47 +00:00
---
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.