Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 392 Bytes

OAT v1.3.0

Command-line arguments

[OAT Executable] [anyfile.oa] [c/nc - compile/nocompile]
nc transcompiles the OA code into C++.
c transcompiles the OA code into C++, then compiles that code into an executable.
For the compile option you require g++.

Documentation