cslarsen / crianzaLinks
A stack machine VM, interpreter and genetic programming library
☆44Updated 7 years ago
Alternatives and similar repositories for crianza
Users that are interested in crianza are comparing it to the libraries listed below
Sorting:
- A simple virtual machine w/constant folding implemented in Python☆119Updated 5 years ago
- Mini: Interpreter and a programming language implemented in Python☆146Updated 10 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆72Updated 14 years ago
- A Python-like systems programming language☆84Updated 9 years ago
- A single-pass, recursive decent LL(1) compiler written by hand for a made-up language.☆86Updated 7 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 9 years ago
- Simple Scheme interpreter in Python☆28Updated 14 years ago
- eXtremely small virtual machine -- for educational purposes :)☆155Updated 10 years ago
- Python-like programming language interpreter written in Python☆106Updated 8 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- An implementation of Scheme in Python and C++☆178Updated last week
- A simple implementation of the LISP2 mark-compact GC algorithm☆43Updated 11 years ago
- C Python, made faster.☆344Updated 10 years ago
- Java Virtual Machine implemented in pure python☆241Updated 4 years ago
- A JavaScript interpreter in Python, built for embedding JavaScript.☆59Updated 4 years ago
- The fluffy programming language main repository☆25Updated 12 years ago
- My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C