1 repositorio
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.
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.