codyebberson / vmLinks
A simple VM in C
☆49Updated 11 months ago
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☆150Updated 9 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- Minimal C Library☆76Updated 7 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A toy programming language interpreter☆33Updated 11 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆40Updated 9 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- Rabbit VM.☆107Updated 5 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 …☆86Updated 12 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A small C like scripting language with a few small novel features.☆28Updated 8 years ago
- Custom scripting language Compiler and VM written in C++11.☆35Updated 8 years ago
- My fork of Fabrice Bellard's Tiny C Compiler☆30Updated 6 years ago
- Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).☆41Updated 9 years ago
- Asmpure is a library written in C for compiling assembly code at run-time☆16Updated 10 years ago
- Lemon is an LALR(1) parser generator for C or C++.☆16Updated 11 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- A C-implemented C compiler☆91Updated 9 months ago
- Fabrice Bellard's fbcc C Compiler☆42Updated 5 years ago
- Virtual Machine and Assembler for Notch's DCPU-16 Architecture☆222Updated 13 years ago
- A small and simple static analysis tool for C in C☆30Updated 9 months ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- A Toy C Compiler☆9Updated 7 years ago
- 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.☆52Updated 4 months ago
- Register-based VM, and debugger written in C, and a stack-based VM written inside the first.☆51Updated 7 years ago
- A simple, pure C, jit library☆16Updated 9 years ago
- llvm based QBASIC Compiler☆105Updated 3 years ago
- A toy JavaScript interpreter written in C☆95Updated last year