oa compiler

A compiler and transpiler for OA, my own programming language.

2
0
C++

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