vkazanov / bytecode-interpreters-post
A few basic bytecode interpreters used as example code in a series of articles
☆124Updated 4 months ago
Alternatives and similar repositories for bytecode-interpreters-post:
Users that are interested in bytecode-interpreters-post are comparing it to the libraries listed below
- A toy C-like language compiler for PigletVM☆61Updated 5 years ago
- Sample programs for comparison of different VM interpretation techniques☆33Updated 4 months ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆117Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆155Updated 7 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- C17 compiler implementation from scratch☆64Updated last year
- Unofficial libjit mirror.☆61Updated 4 years ago
- graph based intermediate representation and backend for optimising compilers☆502Updated 2 weeks ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆65Updated 2 months ago
- C99 parser and frontend for libfirm☆345Updated 2 months ago
- Embeddable lisp/scheme interpreter written in C.☆147Updated 2 years ago
- Bytecode Interpreter for Yet Another Scripting Language (YASL).☆68Updated 3 weeks ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- A compiler for a new language focusing on compile-time execution and no LLVM dependency.☆287Updated last year
- Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.☆132Updated 10 months ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆146Updated 8 years ago
- loxi - a Lox interpreter☆33Updated 7 years ago
- The TenDRA Project☆240Updated 7 months ago
- An implementation of Scheme in Python and C++☆171Updated 3 months ago
- Richard's compiler bootstrap experiment☆45Updated last year
- A Quick Backend☆327Updated 3 years ago
- Self-hosting C toolchain, from scratch☆34Updated last month
- A curated list of awesome JIT frameworks, libraries, software and resources☆472Updated 10 months ago
- A Tour Through the SubC Compiler☆89Updated 3 years ago
- A public database of C compiler test cases, minimal test runners, and public test results.☆216Updated 4 years ago
- The best C-like language that can be implemented in 10kLOC.☆562Updated this week
- Vox language compiler. AOT / JIT / Linker. Zero dependencies☆351Updated 9 months ago
- A single-header incremental garbage collector library☆286Updated 6 months ago
- The carbon intermediate representation language☆36Updated 4 years ago
- A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!☆40Updated 6 years ago