blob: e1b419a696ad0438e846c7db1202485b5496273f (
plain)
1
2
3
4
5
6
7
8
9
|
# Doctrine Lexer
Build Status: [](https://travis-ci.org/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
|