#recursion #parser #scanner #descent

lyn

A scanner useful for creating recursive descent parsers

1 unstable release

0.1.0 Dec 16, 2021

#1744 in Text processing

Download history 18/week @ 2024-02-19 12/week @ 2024-02-26 10/week @ 2024-03-04 75/week @ 2024-03-11 29/week @ 2024-03-18 18/week @ 2024-03-25 28/week @ 2024-04-01

152 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