#recursion #scanner #parser #descent

lyn

A scanner useful for creating recursive descent parsers

1 unstable release

0.1.0 Dec 16, 2021

#1804 in Text processing

50 downloads per month
Used in 3 crates

MIT license

14KB
397 lines

Lyn

A parser scanner for Rust.

Lyn is useful for writing recursive descent parsers. For more information, read the article.

Lyn is distributed under the terms of the MIT License. See LICENSE-MIT and COPYRIGHT for details.

No runtime deps