Red Wizard
The Red Wizard Tower ...

Projects

These are some projects I’ve been working on throughout the years.

All projects source code are hosted on Github.

teascript

2022

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

viper

2025

A compiler written in C with no dependencies for a statically compiled language.

Generates TAC IR and lowers to x64 machine code.

micrö

2024
A pixel framework that uses Teascript as its scripting language; currently being rewritten in Viper.

microfantasy

2025
A small pixel game made with Teascript and built using micrö framework.