PROJECTS>>
PROJECTS>>
A lightweight compiler in C for a minimalistic language called CowLang. Compiles CowLang into LLVM IR.
A Unix-like shell in C. Implements command parsing, pipes, redirection, and process management using fork() and execvp().
A Simple reimplementation of the copy cli command. It was created to better understand how file operations work at a low level.
CTP, is a frame-based custom transport protocol implemented in pure C that simulates reliable serial communication over virtual serial ports