gietos / lexer
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 37
pkg:composer/gietos/lexer
Requires
- php: >=5.3.2
This package is auto-updated.
Last update: 2020-01-30 20:34:00 UTC
README
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).