Skip to content

secondtruth/php-lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Lexer

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

Inspired by the Doctrine Lexer.