Base library for simple lexers

Fund package maintenance!
Liberapay
Patreon

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/secondtruth/lexer

dev-master 2020-10-02 19:43 UTC

This package is auto-updated.

Last update: 2025-09-29 02:51:39 UTC


README

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

Inspired by the Doctrine Lexer.