Projects

[2022-01-11] SundOS : Bare bones "hello world" x86-64 kernel written in Sunder.
[2022-08-03] The Tart Markup Language : A procedural markup language designed for customizable document preparation.
[2022-03-28] Braille Pattern Graphics (Sunder Port) : Port of Braille Pattern Graphics to Sunder. An exercise in library development from the perspective of a Sunder user.
[2021-10-28] Braille Pattern Graphics : 2D graphics library using braille patterns.
[2021-10-18] Braille Apple : Bad Apple rendered from the terminal using braille patterns. See the video comparison here!
[2021-10-01] The Sunder Programming Language : C-like systems programming language and compiler for x86-64 Linux.
[2021-02-13] monkey-python : Python 3 implementation of the interpreter for the Monkey language from Thorsten Ball's Writing an Interpreter in Go.
[2020-08-31] Conway's Game of Life : Made for the 2020 OLC Code Jam.
[2020-08-16] Scratchpad : Literally just a blank <textarea>. This is unironically the project I use most on a day to day basis.
[2020-07-30] autil : Single header files containing functions and data structures for rapid application development in C99 (or later).
[2020-05-25] bfi : Brainfuck interpreter written in C99.
[2020-04-08] cdoc : C documentation generator written in C99