ndreynolds / flatheadLinks
A toy JavaScript interpreter written in C
☆95Updated last year
Alternatives and similar repositories for flathead
Users that are interested in flathead are comparing it to the libraries listed below
Sorting:
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- Lua + SQLite + musl libc running on x86.☆267Updated 8 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- An experimental C to Javascript/Lua/Perl5/Lisp/Java compiler☆152Updated 9 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆167Updated 3 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆86Updated 12 years ago
- Fedjmike's C Compiler☆133Updated 7 years ago
- Language with a bytecode compiler that can run on computers with only a few kB of RAM.☆64Updated 14 years ago
- A simple single-file javascript interpreter written in C++☆72Updated 4 years ago
- A C-implemented C compiler☆91Updated 8 months ago
- A simple, pure C, jit library☆16Updated 9 years ago
- Rabbit VM.☆107Updated 5 years ago
- Node.js for Embedded Systems☆55Updated 5 years ago
- A scripting language that accepts a subset of javascript and C/C++☆74Updated 2 months ago
- Custom scripting language Compiler and VM written in C++11.☆35Updated 8 years ago
- Mini-Scheme Interpreter with Copying GC