Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 173 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 173 Bytes

PHP Lexer

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.

Inspired by the Doctrine Lexer.