Table of content
filc
Fil compiler
Usage:
filc [OPTION...] file
General options:
-o, --out <file> Write output to file (default: a.out)
--target <value> Generate code for the given target
Troubleshooting options:
--help Show this help message and exit.
--version Show version and exit.
Debug options:
--dump [=arg(=all)] Dump some data. One of these values: ast, ir.
(default: none)