https://github.com/doctrine/lexer
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://github.com/doctrine/lexer
Last synced: 26 days ago
JSON representation
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
- Host: GitHub
- URL: https://github.com/doctrine/lexer
- Owner: doctrine
- License: mit
- Created: 2013-01-12T18:58:26.000Z (over 12 years ago)
- Default Branch: 3.0.x
- Last Pushed: 2025-03-10T23:42:55.000Z (3 months ago)
- Last Synced: 2025-05-05T15:54:18.199Z (about 1 month ago)
- Language: PHP
- Homepage: https://www.doctrine-project.org/projects/lexer.html
- Size: 222 KB
- Stars: 11,125
- Watchers: 20
- Forks: 60
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- php-awesome - Doctrine Lexer
README
# Doctrine Lexer
[](https://github.com/doctrine/lexer/actions)
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