grassleaff
A minimalist experimental operating system for x86, inspired by the namespace philosophy of Plan 9 and the ascetic simplicity of the early Unix-like systems.

Multi-paradigm interpreted programming language implemented in Lua. Designed to be simple and readable, with a focus on language implementation concepts - compact but capable for learning, prototyping, and exploring interpreter design.

Minimal Lisp dialect designed to be simple, fast, and embeddable. A clean core with just enough to be useful.

A minimalist OISC language built around a single instruction: sblq, a variant of subleq - SUBtract and branch if Less than or EQual to zero.

A static linker for ELF64 x86-64 Linux. Links GCC-generated object files into standalone executables without relying on the system linker - built for deep understanding of the ELF format and program loading.

Lightweight and simple image visualizer written in C using SDL2. Minimal and direct.

Lightweight C graphics library implementing a simple software renderer for generating images in the PPM format. No external dependencies.

A Vim-like text editor written in C++ using ncurses, focused on simplicity. Built-in features to make code editing smoother.

A build tool that uses JSON files to control the generation of executables from source files. Similar to Make, written in C++17.
