bison (1) Linux Manual Page
bison – GNU Project parser generator (yacc replacement) Synopsisbison [,OPTION/]… ,FILE/ DescriptionBison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc. Input files should follow the yacc convention of ending in .y. Unlike yacc, the generated files do not have fixed names, but instead…
