jatovm / jato
Jato, an open source implementation of the JVM
☆153Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for jato
- Pure java x86 and x86_64 assembler☆67Updated last year
- The Kaffe Virtual Machine☆428Updated 4 years ago
- MiniJava x86, LLVM Compiler and Interpreter☆73Updated 8 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆60Updated 10 years ago
- clone of git://git.code.sf.net/p/jamvm/code for experimental branches☆67Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆108Updated 8 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 3 years ago
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆83Updated 2 years ago
- A really tiny Java Virtual Machine☆82Updated 3 years ago
- The Managed Runtime Initiative is an open development and integration initiative launched by Azul Systems with the aim of improving the …☆157Updated 10 years ago
- JamVM is a new Java Virtual Machine conforming to the JVM specification edition 2 (blue book). Clone of git://git.code.sf.net/p/jamvm/cod…☆39Updated 3 years ago
- SableCC☆148Updated 8 months ago
- LuaTruffle, an implementation of Lua on the JVM using Truffle☆55Updated 9 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆86Updated 11 years ago
- A Lisp-like language implemented in C++☆74Updated last year
- Jscheme (Scheme (in Java (by Peter Norvig)))☆49Updated 6 years ago
- A simple VM for a talk on building VMs☆211Updated 7 years ago
- An implementation of PL/0 including a tree-based interpreter and virtual machine.