G
G
GNU Bison
1 like
Generates LALR(1), canonical LR(1), or IELR(1) parsers from formal grammar input, detects ambiguities, provides syntax error handling, integrates with existing code, and supports C, C++, or Java code output for compiler development and more.
Cost / License
- Free
- Open Source
Platforms
- Linux
Features
No features, maybe you want to suggest one?
GNU Bison information
No comments or reviews, maybe you want to be first?
What is GNU Bison?
GNU Bison, commonly known as Bison, is a parser generator that is part of the GNU Project. Bison reads a specification of a context-free language, warns about any parsing ambiguities, and generates a parser (either in C, C++, or Java) which reads sequences of tokens and decides whether the sequence conforms to the syntax specified by the grammar.


