Simple C Compiler

Summary

This simple C compiler was written in flex, bison, and C. It is capable of compiling global variable declarations, functions, and control & expression statements into an executable binary file.

Participants

Shannon Hood and Kelly Benson.