mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-03-18 21:05:55 +00:00
6 lines
171 B
Markdown
6 lines
171 B
Markdown
# 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).
|