Description
Generates parsers from grammar files, mainly for programming languages, configuration formats, and other structured text. Developers use it when a project needs code that can understand a formal syntax.
It runs from the terminal and is usually part of a build process. Normal users only need it when compiling software that includes Bison grammar files.