Your compiler should accept C source code on stdin
,
and generate MIPS assembly on stdout
.
The input is C90.
The output format is MIPS assembly, suitable for asssembling and linking with the GCC MIPS toolchain.
From your top-level directory, doing:
make bin/c_compiler
should create a programe called... bin/c_compiler
.