rhymix/vendor/doctrine/lexer
2021-01-09 16:13:15 +09:00
..
.github Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
docs/en Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
lib/Doctrine/Common/Lexer Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
tests/Doctrine/Common/Lexer Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
.doctrine-project.json Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
.gitignore Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
composer.json Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
LICENSE Update composer dependencies 2020-04-08 00:10:06 +09:00
phpunit.xml.dist Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00
README.md Fix #1553 downgrade symfony packages to 1.19, for compatibility with PHP 7.0 2021-01-09 16:13:15 +09:00

Doctrine Lexer

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).

https://www.doctrine-project.org/projects/lexer.html