vkazanov / bytecode-interpreters-postLinks
A few basic bytecode interpreters used as example code in a series of articles
☆129Updated last month
Alternatives and similar repositories for bytecode-interpreters-post
Users that are interested in bytecode-interpreters-post are comparing it to the libraries listed below
Sorting:
- A toy C-like language compiler for PigletVM☆63Updated 6 years ago
- Sample programs for comparison of different VM interpretation techniques☆37Updated last year
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆137Updated 4 years ago
- Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.☆140Updated 6 months ago
- Embeddable lisp/scheme interpreter written in C.☆164Updated 3 months 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
- Fedjmike's C Compiler☆136Updated 8 years ago
- C99 parser and frontend for libfirm☆358Updated last year
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆153Updated 9 years ago
- The chip8 compiler, assembler, and virtual machine☆163Updated 7 years ago
- C17 compiler implementation from scratch☆64Updated 2 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆129Updated 4 years ago
- ☆105Updated last week
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- Self-hosting C toolchain, from scratch☆36Updated last year
- a little JIT VM language for (probably/eventually) terminal UI apps.☆60Updated 7 years ago
- Bootstrap compiler☆87Updated 15 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆159Updated 8 years ago
- The Floyd programming language☆151Updated 3 years ago
- A tiny x86 compiler with ELF and PE target☆182Updated 2 years ago
- Brainfuck interpreter written in the C preprocessor☆237Updated 10 years ago
- Mirror of http://www.rano.org/bcompiler.tar.gz, with a bootstrap script☆87Updated 4 years ago
- An implementation of Scheme in Python and C++☆196Updated 3 weeks ago
- CC500: a tiny self-hosting C compiler☆163Updated 8 years ago
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆170Updated 10 years ago
- A compiler for a new language focusing on compile-time execution and no LLVM dependency.☆297Updated 2 years ago
- The TenDRA Project☆249Updated 4 months ago
- Same as simple-virtual-machine but in C☆154Updated 9 years ago
- Simple compiler frontend using LLVM as backend