doctrine / lexer

Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
https://www.doctrine-project.org/projects/lexer.html
MIT License
11.07k stars 60 forks source link

Mark 1.2 branch as current/stable #40

Closed mglaman closed 4 years ago

mglaman commented 4 years ago

Fixes #39

alcaeus commented 4 years ago

Fixed in db47018, as we need to keep old versions around. Thanks for giving this a shot, @mglaman!