awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesPattern-Based Lexing

Converts source code into token streams to identify structural patterns without full AST parsing.

Distinct from Source Code Token Streaming: Distinct from Source Code Token Streaming by focusing on structural pattern identification rather than memory optimization.

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

Awesome Pattern-Based Lexing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • friendsofphp/php-cs-fixerFriendsOfPHP 的头像

    FriendsOfPHP/PHP-CS-Fixer

    13,534在 GitHub 上查看↗

    PHP-CS-Fixer is a static analysis tool and code style linter designed to validate PHP code against predefined standards. It functions as a coding standard fixer that automatically detects and corrects style violations to ensure consistent formatting across a codebase. The project serves as a syntax modernizer, providing automated tools to update legacy PHP syntax to align with newer language versions. It also allows for the creation of custom style rules when built-in standards do not meet specific requirements. The tool covers broad capability areas including automated linting workflows and

    Converts PHP source code into a stream of tokens to identify formatting patterns without requiring a full abstract syntax tree.

    PHP
    在 GitHub 上查看↗13,534
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Token Streaming
  4. Pattern-Based Lexing