ExC v0.4.2 ExC View Source
Main entry point that handles all the compiling process.
Link to this section Summary
Functions
Filters command line arguments.
Link to this section Functions
Filters command line arguments.
Specs
argv can take any of the following values:
- -o or --output : Give the output file a name.
- -v or --verbose : executes the compiler with logs on each step.
Examples
$ ./exc <file-path>
$ ./exc <file-path> -o <my-output-file> -v
$ ./exc <file-path> -v -o <my-output-file>
$ ./exc <file-path> -v
$ ./exc <file-path> -o <my-output-file>