grigory-rechistov / interpreters-comparisonLinks
Sample programs for comparison of different VM interpretation techniques
☆36Updated 9 months ago
Alternatives and similar repositories for interpreters-comparison
Users that are interested in interpreters-comparison are comparing it to the libraries listed below
Sorting:
- A few basic bytecode interpreters used as example code in a series of articles☆128Updated 8 months ago
- Simple OS-like program for x86-64 and AArch64☆63Updated 10 years ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆68Updated 4 months ago
- A toy C-like language compiler for PigletVM☆63Updated 5 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- "Ü" programming language development☆62Updated this week
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- A Tree Parser Generator☆99Updated 10 months ago
- Self-hosting C toolchain, from scratch☆36Updated 6 months ago
- Personal branch of git://c9x.me/qbe.git☆36Updated 3 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Rabbit VM.☆107Updated 6 years ago
- Lightweight, fast Virtual Machine for dynamic, object-oriented languages.☆42Updated 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 toy JavaScript interpreter written in C☆95Updated last year
- Parser and compiler for Ravi and Lua☆69Updated 2 years ago
- a simple tiny C Compiler using Lex & Yacc☆90Updated 9 years ago
- Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).☆41Updated 9 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆151Updated 8 years ago
- A simple, pure C, jit library☆16Updated 9 years ago
- Language with a bytecode compiler that can run on computers with only a few kB of RAM.☆64Updated 14 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- A toy tracing JIT compiled programming language☆30Updated 6 years ago
- scc - simple C Compiler☆59Updated 8 years ago
- Coroutines for C.☆76Updated 8 years ago
- Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining☆46Updated 4 years ago
- A simple VM in C☆49Updated last year