awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • doctrine/lexerAvatar de doctrine

    doctrine/lexer

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