awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zaach/jisonzaach 的头像

    zaach/jison

    4,385在 GitHub 上查看↗

    Jison 是一个实现 LALR 解析算法的 JavaScript 解析器生成器。它通过将结构化输入转换为标记(tokens)和树,创建用于分析自定义编程语言的工具。 该项目作为一个与 Bison 兼容的生成器,接受与 Bison 解析器生成器格式兼容的语法,以生成 JavaScript 解析器。 它涵盖了编译器前端开发的需求,包括领域特定语言的实现和语法分析工具。其功能扩展到自定义语言解析以及通过命令行界面生成解析器。

    Accepts grammars in a format compatible with the Bison parser generator to produce JavaScript parsers.

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