#parser #think

simple-ll

A small parsing library

1 unstable release

0.1.0 Nov 20, 2021

#8 in #think

MIT license

7KB
158 lines

simple-ll

A small library for parsing in Rust. I think this is what an LL parser is, but I really don't know.


lib.rs:

A simple parser library for Rust.

No runtime deps