Hey, welcome to version 1.0 of CORaL
Here's how it works:
-
Build and install the compiler:
make install
-
The compiler is now installed in
/usr/local/bin
Run it like so:coralc path/to/program.cl
-
This outputs a program.clx executable. (Open up the source and you'll see some Python)
-
To execute, like C, do:
./program.clx