Logic Compiler

Logic Compiler

For my Compiler Construction final project, we were instructed to make a compiler that wrote automated MASM instructions.

This compiler is written in C# and takes truth values, variables (which hold truth values), and logical operators from a user. It includes error-catching and the ability save the generated code to an external file.