awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • unjs/magic-regexpالصورة الرمزية لـ unjs

    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