jpetitto / MiniJavaLinks
A compiler for a subset of the Java programming language.
☆24Updated 11 years ago
Alternatives and similar repositories for MiniJava
Users that are interested in MiniJava are comparing it to the libraries listed below
Sorting:
- MiniJava x86, LLVM Compiler and Interpreter☆73Updated 8 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 3 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- A Java version of LLVM Core by Hao Liu☆22Updated 12 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 6 years ago
- lunatic: a toy lua interpreter