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

Stricter sa #84

Closed greg0ire closed 1 year ago

greg0ire commented 1 year ago

I was looking for a way to catch the discrepancy between isA()'s signature and getType() signature.