RogueC - brombres/Rogue GitHub Wiki

Usage

roguec [OPTIONS] filename.rogue [filename2.rogue ...]

Options

Option Description
--help, -h, -? Displays usage.
--libraries="path1;path2"-L path1:path2 Set one or more paths to where Rogue source libraries can be found. Both ; and : may be used as a separator if quoted; if unquoted it is OS-dependent. This option can be used multiple times.
--real=32|64-r 32|64 Sets data type Real to be equivalent to Real32 or Real64. The default is Real64.