grigory-rechistov / interpreters-comparisonLinks
Sample programs for comparison of different VM interpretation techniques
☆37Updated last year
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 2 weeks ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆69Updated 10 years ago
- A toy C-like language compiler for PigletVM☆63Updated 6 years ago
- A Tree Parser Generator☆103Updated last year
- A toy JavaScript interpreter written in C☆94Updated 2 years ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆74Updated this week
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 8 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- Fedjmike's C Compiler☆136Updated 8 years ago
- "Ü" programming language☆70Updated 2 weeks ago
- Personal branch of git://c9x.me/qbe.git☆37Updated 4 years ago
- Self-hosting C toolchain, from scratch☆36Updated 11 months ago
- A Tour Through the SubC Compiler☆93Updated 4 years ago
- Rabbit VM.☆114Updated 6 years ago
- A simple VM in C☆51Updated last year
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Lightweight, fast Virtual Machine for dynamic, object-oriented languages.☆42Updated 12 years ago
- The LLVM-based Modula-2 compiler☆74Updated last year
- Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).☆43Updated 9 years ago
- The SubC compiler☆29Updated 8 years ago
- Simple OS-like program for x86-64 and AArch64☆63Updated 10 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
- scc - simple C Compiler☆58Updated 8 years ago
- Quick C-- compiler (no longer maintained)☆164Updated 11 years ago
- A C-implemented C compiler☆92Updated last year
- Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining☆46Updated 5 years ago
- a simple tiny C Compiler using Lex & Yacc☆93Updated 4 months ago
- EbnfStudio can be used to edit and analyze EBNF grammars.☆86Updated last year
- Stack-based virtual machine written in C☆26Updated last year
- Language with a bytecode compiler that can run on computers with only a few kB of RAM.☆64Updated 15 years ago