Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 843 Bytes

File metadata and controls

19 lines (10 loc) · 843 Bytes

< Go Back

C

Projects that use C:

🕸 Web Development

  • TCNJ Library App - A full-stack web and mobile application for tracking live study-room occupancy data. Created over the course of more than 10 years by several TCNJ CS majors. See the repository for my personal contributions to the project over a 2-semester research experience.

🔠 Programming Languages

  • B-Minor - A simple C-like language implemented over the course of a semester for CSC-425: Compilers and Interpreters. Includes a lexical analyzer, parser, and machine code generator for ARM-based processors, all written from scratch.