---++ Name sdf2table ---++ Synopsis sdf2table [-m ma[-s] [-i sdf-definition] [-o parse-table] ---++ Description The utility sdf2table generates a parse table from an SDF syntax definition. The syntax definition is required to be in the SDF2 format. ---++ Options | input and output ||| | -i | _file_ | input from _file_ (default: all file arguments) | | -o | _file_ | output to _file_ (default: _inputfile_.tbl) | | -m | _name_ | parse table is generated for module _name_ (default: Main) | | output format ||| | -b | | write output in Binary Tools.AsFix (BAF) format | | -t | | write output in plain text format | | control operation ||| | -n | | only normalization of grammar | | -s | | check sdf definition and show warnings on stderr | | runtime information ||| | -l | | display statistic information | | -v | | verbose mode | | meta information ||| | -h | | display help information (usage) | | -V | | reveal program version (i.e. 1.13) | ---++ See also * SGLR