Here is a list of options, alphabetized by long option, to help you find the corresponding short option and directive.
| Long Option | Short Option | Bison Directive
|
|---|---|---|
| --debug | -t | %debug
|
| --define=name[=value] | -D name[=value] | %define name ["value"]
|
| --defines[=file] | -d | %defines ["file"]
|
| --file-prefix=prefix | -b prefix | %file-prefix "prefix"
|
| --force-define=name[=value] | -F name[=value] | %define name ["value"]
|
| --graph[=file] | -g [file] |
|
| --help | -h |
|
| --language=language | -L language | %language "language"
|
| --locations | %locations
| |
| --name-prefix=prefix | -p prefix | %name-prefix "prefix"
|
| --no-lines | -l | %no-lines
|
| --output=file | -o file | %output "file"
|
| --print-datadir |
| |
| --print-localedir |
| |
| --report-file=file |
| |
| --report=things | -r things |
|
| --skeleton=file | -S file | %skeleton "file"
|
| --token-table | -k | %token-table
|
| --verbose | -v | %verbose
|
| --version | -V |
|
| --warnings[=category] | -W [category] |
|
| --xml[=file] | -x [file] |
|
| --yacc | -y | %yacc
|