annotate vendor/doctrine/lexer/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 # Doctrine Lexer
Chris@0 2
Chris@0 3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
Chris@0 4
Chris@0 5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).