#parser #cook-lang #struct #string #complete #now #tags

cook-with-rust-parser

A parser written in Rust for CookLang

3 releases

0.0.5 Oct 31, 2021
0.0.4 Oct 28, 2021
0.0.3 Oct 28, 2021

#65 in #complete

Download history 3/week @ 2024-02-18 14/week @ 2024-02-25 1/week @ 2024-03-03 2/week @ 2024-03-10 57/week @ 2024-03-31 2/week @ 2024-04-07

59 downloads per month
Used in 2 crates

MIT license

24KB
392 lines

cook-with-rust-parser

This is a parser crate for the CookLang. The main feature is parsing a String into a struct that implements serde and can be easily used from there.

The implementation is nearly fully complete. Only image tags are missing. They are just ignored by now.

License: MIT


lib.rs:

This is a parser crate for the CookLang. The main feature is parsing a String into a struct that implements serde and can be easily used from there.

The implementation is nearly fully complete. Only image tags are missing. They are just ignored by now.

Dependencies

~2.6–3.5MB
~73K SLoC