erplag-compiler A toy compiler for Compiler Construction Course. To use, first make and then run: ./compiler <path-to-source> <asm-file> For example, to compile testcase2.txt, run: ./compiler testcase2.txt asm.txt