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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCompile-Time Pattern Validations

Verifying regular expression patterns for correctness during the compilation phase.

Distinct from Compile-Time Zero-Overhead Validators: Distinct from zero-overhead validators: focuses on the correctness of the regex pattern itself, not just the validation of input data.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compile-Time Pattern Validations. Refine with filters or upvote what's useful.

Awesome Compile-Time Pattern Validations GitHub Repositories

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

    hanickadot/compile-time-regular-expressions

    3,814عرض على GitHub↗

    This library is a header-only C++ framework that performs regular expression evaluation and static string analysis during the compilation phase. By leveraging template metaprogramming and constant expression evaluation, it transforms pattern matching logic into static state machines, effectively shifting the cost of parsing and validation from runtime to build time. The project distinguishes itself by encoding text data directly into the type system, allowing for the validation and extraction of string content before a program ever executes. This approach ensures that regular expression patte

    Evaluates regular expressions during the compilation phase to ensure patterns are correct and extract data without runtime overhead.

    C++
    عرض على GitHub↗3,814
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Validator Compilation
  4. Compile-Time Zero-Overhead Validators
  5. Compile-Time Pattern Validations