A project in SNU ECE Introduction to Compiler (430.414) lecture, at 2021 autumn.
Implemented front-end of SubC compiler, which generates stack machine code.
$ cd src/compiler
$ make all
$ cd src/stack_machine
$ make all
$ ./subc input_file.c output_name.s
$ ./sim input_file.s