secondtruth / lexer
Base library for simple lexers
dev-master
2020-10-02 19:43 UTC
This package is auto-updated.
Last update: 2024-10-29 06:12:01 UTC
README
Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
Inspired by the Doctrine Lexer.