awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesBison-Compatible Generators

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.

Awesome Bison-Compatible Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zaach/jisonAvatar von zaach

    zaach/jison

    4,385Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗4,385
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Formal Grammar Parser Generators
  6. Bison-Compatible Generators