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

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

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

1 مستودع

Awesome GitHub RepositoriesQuery

Breaking query strings into sequences of identifiers and values using matching patterns.

Distinct from String Tokenization: More specific than general string tokenization by targeting the structure of query strings.

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

Awesome Query GitHub Repositories

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

    doctrine/lexer

    11,156عرض على GitHub↗

    This project is a regular expression lexer library and lexical analysis engine used to break input strings into typed token streams. It serves as a foundational component for constructing compilers or interpreters by identifying and categorizing substrings into discrete tokens. The library provides a token stream navigator featuring a cursor-based interface. This allows for sequential traversal of tokenized input and non-destructive lookahead, enabling the inspection of future tokens without advancing the internal position pointer. It includes specific support for recursive descent parsing t

    Processes complex query strings into a sequence of identifiers and values based on matching patterns.

    PHP
    عرض على GitHub↗11,156
  1. Home
  2. Software Engineering & Architecture
  3. String Tokenization
  4. Query