doctrine/lexer
PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
Maintainers
3.0.1
2024-02-05 11:56 UTC
Requires
- php: ^8.1
Requires (Dev)
- doctrine/coding-standard: ^12
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
- psalm/plugin-phpunit: ^0.18.3
- vimeo/psalm: ^5.21
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
- Guilherme Blanco <guilhermeblanco.woop@gmail.com>
- Roman Borschel <roman.woop@code-factory.org>
- Johannes Schmitt <schmittjoh.woop@gmail.com>
README
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
