rspivak / tinypieLinks
Tree-Based Interpreter, compiler, and VM for TinyPie language
☆72Updated 13 years ago
Alternatives and similar repositories for tinypie
Users that are interested in tinypie are comparing it to the libraries listed below
Sorting:
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Updated 10 years ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C☆28Updated 6 years ago
- A Python-like systems programming language☆84Updated 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 hackable and extensible lexer, parser and interpreter for a minimalistic, imperative, C-like language.☆154Updated 5 years ago
- An implementation of Scheme in Python and C++☆174Updated 9 months ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆167Updated 4 years ago
- C based OO portable data structure library☆131Updated 15 years ago
- A basic (basic) Lisp interpreter in C!☆23Updated 9 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
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆49Updated 7 years ago
- A sunny little virtual machine☆526Updated 10 years ago
- A toy C-like language compiler for PigletVM☆63Updated 5 years ago
- The Converge programming language☆87Updated 5 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- Rabbit VM.☆110Updated 6 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆61Updated 7 years ago
- A tiny self-hosting Lisp-to-C compiler☆238Updated 5 years ago
- A toy JavaScript interpreter written in C☆94Updated last year
- A simple virtual machine w/constant folding implemented in Python☆119Updated 4 years ago
- An experimental statically typed procedural language with first-class resumable functions.☆60Updated 8 years ago
- A Pratt Parser implementation in Python☆31Updated 8 years ago
- High-level VM (like LLVM's little brother)☆39Updated 10 years ago
- The fluffy programming language main repository☆25Updated 12 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
- Teach myself about interpreters, JITs, and compilers using the Brainfuck language as the toy language☆86Updated 3 years ago
- Simple stack language in C. Has a few basic commands; working to implement a `while` loop and user-defined functions. If statement would …☆16Updated 13 years ago