Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 306 Bytes

occam-compiler.md

File metadata and controls

12 lines (9 loc) · 306 Bytes

Compiler

Usage

./toc --input=inputfile --output=outputfile --output-il=ilfile --verbose
  • inputfile - the occam source code to compile
  • outputfile - the file to output assembly to
  • ilfile - the file to output the intermediate representation to
  • --verbose - enable verbose logging