teascript —
2022A small bytecode interpreter for a dynamically typed language.
Featuring a stack-based VM, minimal core library, and a small, clean C API.
Website: teascript.org
These are some projects I’ve been working on throughout the years.
All projects source code are hosted on Github.
A small bytecode interpreter for a dynamically typed language.
Featuring a stack-based VM, minimal core library, and a small, clean C API.
Website: teascript.org
A compiler written in C with no dependencies for a statically compiled language.
Generates TAC IR and lowers to x64 machine code.