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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • unjs/magic-regexpAvatar unjs

    unjs/magic-regexp

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