Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@mehditeymorian mehditeymorian released this 15 Jul 12:33
d362eec

Options

  • debug(optional): show extra debug information
  • in(mandatory): input file address
  • out(optional): output file address

compiler use in address and file name when out option is unavailable.

Commands

  • cc -debug -in=[ADDRESS].cool -out=output.s
  • java -jar cc.jar -debug -in=[ADDRESS].cool -out=output.s