1 Repo
Parser generators that accept grammars in the Bison format.
Distinct from Formal Grammar Parser Generators: Specifically targets compatibility with the Bison grammar format, unlike general formal grammar generators.
Explore 1 awesome GitHub repository matching software engineering & architecture · Bison-Compatible Generators. Refine with filters or upvote what's useful.
Jison is a JavaScript parser generator that implements the LALR parsing algorithm. It creates tools to analyze custom programming languages by converting structured input into tokens and trees. The project functions as a Bison-compatible generator, accepting grammars in a format compatible with the Bison parser generator to produce JavaScript parsers. It covers the requirements for compiler frontend development, including the implementation of domain-specific languages and syntax analysis tooling. Its capabilities extend to custom language parsing and the generation of parsers via a command
Accepts grammars in a format compatible with the Bison parser generator to produce JavaScript parsers.