awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • doctrine/lexerAvatar von doctrine

    doctrine/lexer

    11,156Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,156
  1. Home
  2. Software Engineering & Architecture
  3. String Tokenization
  4. Query