codyebberson / vmLinks
A simple VM in C
☆51Updated last year
Alternatives and similar repositories for vm
Users that are interested in vm are comparing it to the libraries listed below
Sorting:
- Same as simple-virtual-machine but in C☆153Updated 9 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆69Updated 10 years ago
- A toy programming language interpreter☆33Updated 12 years ago
- A C Compiler. Executables runs on a stack based VM.☆78Updated 11 years ago
- Rabbit VM.☆114Updated 6 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- Minimal C Library☆78Updated 7 years ago
- Fedjmike's C Compiler☆136Updated 8 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- My fork of Fabrice Bellard's Tiny C Compiler☆30Updated 6 years ago
- Yet another C compiler.☆30Updated last month
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆70Updated 2 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- a mini C-like language(C1) compiler☆39Updated 6 years ago
- Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.☆139Updated 4 months ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆158Updated 8 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- llvm based QBASIC Compiler☆107Updated 3 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- A small arm/x86(-64) C compiler☆172Updated 2 years ago
- A toy JavaScript interpreter written in C☆94Updated last year
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 2 months ago
- Simple virtual machine for a stack-based assembler language.☆21Updated 8 years ago
- A lightweight garbage collector for C++ programs☆68Updated last year
- Custom scripting language Compiler and VM written in C++11.☆36Updated 8 years ago
- A C-implemented C compiler☆92Updated last year
- a simple tiny C Compiler using Lex & Yacc☆91Updated 2 months ago