8000 Releases · mehditeymorian/Cool-Compiler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mehditeymorian/Cool-Compiler

Initial Release

15 Jul 12:33
d362eec
Compare
Choose a tag to compare

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
0