Options
- debug(optional): show extra debug information
- in(mandatory): input file address
- out(optional): output file address
compiler use
in
address and file name whenout
option is unavailable.
Commands
cc -debug -in=[ADDRESS].cool -out=output.s
java -jar cc.jar -debug -in=[ADDRESS].cool -out=output.s