Projects
Currently, the following projects have pages on my site:
- ρlisp – a small lisp implementation initially written on my phone
- C++ Demo Kernel – a bare-metal "os" with a few demo applications compiled in
- C Runtime Library for Linux – a runtime library for C, no dependencies on libc; currently C89 but planning to move to C99
- Platformer Game in C++ with Raylib – a small platformer game created for my CMPG121 project
- Image Averaging – a small C program to average multiple images together, emulating long exposure times
- BASIC Interpreter – interpreter for my own dialect of basic