• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

lib/Doctrine/Common/Lexer/28-Mar-2019-328118

LICENSED27-Mar-20191 KiB2016

README.mdD27-Mar-2019171 63

composer.jsonD27-Mar-2019738 2524

README.md

1# Doctrine Lexer
2
3Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
4
5This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
6