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

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

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

1 个仓库

Awesome GitHub RepositoriesRegex Syntax Tree Compilers

Parsing a builder chain into an abstract syntax tree and compiling it to a standard RegExp literal at build time.

Distinct from Syntax Tree Construction: Distinct from Syntax Tree Construction: focuses on compiling a regex-specific AST into a RegExp literal, not general source code syntax tree building.

Explore 1 awesome GitHub repository matching software engineering & architecture · Regex Syntax Tree Compilers. Refine with filters or upvote what's useful.

Awesome Regex Syntax Tree Compilers GitHub Repositories

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

    unjs/magic-regexp

    4,331在 GitHub 上查看↗

    magic-regexp is a type-safe regular expression builder and TypeScript compiler. It allows for the construction of JavaScript regular expressions using a readable syntax that automatically generates precise types for captured groups, ensuring predictable data extraction. The project functions as a build-time transformer that converts custom pattern syntax into standard regular expression objects. This static compilation removes runtime overhead by shifting the transformation logic to the build process. The tool covers named capture group generation and a readable construction API that replace

    Parses the builder chain into an abstract syntax tree and compiles it to a standard RegExp literal at build time.

    TypeScripthacktoberfestregexregexp
    在 GitHub 上查看↗4,331
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Regex Syntax Tree Compilers