
Bison is a general-purpose parser generator that converts a grammar description for an lalr(1) context-free grammar into a c program to parse that grammar. once you are proficient with bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.
this package provides the liby.a file including functions needed by yacc parsers.