LangProc / langproc-2017-cw

1 stars 4 forks source link

Compiler execution #16

Open kyczawon opened 6 years ago

kyczawon commented 6 years ago

bin/c_compiler -S [source-file.c] -o [dest-file.s] Should we check whether the input file has a .c extension and the output file .s extension? Or do we allow input and output files to have any extensions?