Projects
Terminal emulator written in TypeScript. Includes a small client-side file system and a shell with its own set of UNIX-like built-ins.
ARM Disassembler

Takes in binary machine code and outputs the equivalent ARMv8 instructions, then executes them. Made in C++.
Gator Raider

Developed a bot for a pre-made Ms. Pacman clone that attempts to get the most points possible. Made in Java.
PLC Interpreter

Interpreter from a made-up language to Java. Parses "PLC language" code, produces valid and compilable Java code.