Next: , Up: Usage


2.1 General Flags

General flags are all prefixed with -f. Unless otherwise noted, all options are negatable with a -f no- counterpart.

— User Option: -f default

Reset to the default set of configuration options. Not negatable.

— User Option: -f run

Actually run the simulator's interpreter. Enabled by default. ‘-f no-run’ is explicitly needed when all that is desired are diagnostic dumps.

— User Option: -f dump-expr-alloc

Diagnostic. Print result of expression allocation prior to execution of the simulator.

— User Option: -f check-structure

Run some internal structural consistency checks on nodes and expressions prior to simulation. Enabled by default.

— User Option: -f dump-dot-struct

Diagnostic. Print a dot format representation of the whole-program production rule graph. Recommend using with -f no-run.