Yacc¶
The output from this language is the parser grammar in yacc format.
Yacc output can be selected using the -lang yacc command line
option.
Command Line Options¶
| Option | Version | Description |
|---|---|---|
-o <file> |
0.3.2+ | Specify the complete path for the output file. If this option is not specified, the default output is the console. |