2 bison \- GNU Project parser generator (yacc replacement)
6 is a parser generator in the style of
8 It should be upwardly compatible with input files designed
12 Input files should follow the
14 convention of ending in
18 the generated files do not have fixed names, but instead use the prefix
20 Moreover, if you need to put
22 code in the input file, you can end his name by a C++-like extension
23 (.ypp or .y++), then bison will follow your extension to name the
24 output file (.cpp or .c++).
25 For instance, a grammar description file named
27 would produce the generated parser in a file named
37 This description of the options that can be given to
39 is adapted from the node
43 manual, which should be taken as authoritative.
46 supports both traditional single-letter options and mnemonic long
47 option names. Long option names are indicated with
51 Abbreviations for option names are allowed as long as they
52 are unique. When a long option takes an argument, like
54 connect the option name and the argument with