bbu / simple-interpreterLinks
A hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.
☆154Updated 5 years ago
Alternatives and similar repositories for simple-interpreter
Users that are interested in simple-interpreter are comparing it to the libraries listed below
Sorting:
- A simple stack-based virtual machine in C++ with a Forth like programming language☆167Updated 4 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- A minimalist interpreted language, with a clean object model and a tiny VM.☆273Updated 6 years ago
- A tiny, embeddable lisp-shaped language implemented in C89☆175Updated 7 years ago
- small self hosting C compiler☆486Updated 3 years ago
- Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours☆527Updated 3 years ago
- Simple compiler frontend using LLVM as backend☆239Updated 6 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆49Updated 7 years ago
- An implementation of Scheme in Python and C++☆174Updated 9 months ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- DRY Microtesting Framework for C☆84Updated 5 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Updated 10 years ago
- Simple virtual machine which interprets bytecode.☆476Updated 3 years ago
- CC500: a tiny self-hosting C compiler☆163Updated 7 years ago
- A single-header incremental garbage collector library☆291Updated last year
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆153Updated 8 years ago
- A minimal text-editor with lua scripting.☆169Updated 6 years ago
- The Finch programming language☆251Updated 5 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- A tiny embeddable HTTP server written in C89☆192Updated 5 years ago
- 🧚 A slightly different version of C.☆179Updated 2 years ago
- An experimental statically typed procedural language with first-class resumable functions.