You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

578 B

C engine for the ORCΛ programming environment, with a commandline interpreter.

Prerequisites

libc, POSIX, C99 compiler, make. Tested to build on Linux and Mac (gcc, clang.) No native Windows port yet, but it will probably build with cygwin already.

Build

make [debug or release, default is debug]

The built binary will be placed at build/[debug or release]/orca

Clean:

make clean

Removes build/

Run

orca [-t timesteps] infile

You can also make orca read from stdin:

echo -e "...\na34\n..." | orca -t 1 /dev/stdin