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 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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • unjs/magic-regexpAvatar von unjs

    unjs/magic-regexp

    4,331Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,331
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Regex Syntax Tree Compilers