nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.33k stars 77 forks source link

add parser library #85

Open azzamsa opened 1 year ago

azzamsa commented 1 year ago

Hi.

Is there any chance to add parser library. Such as nom and pest?

Thanks!

epage commented 1 year ago

https://github.com/rosetta-rs/parse-rosetta-rs has a basic comparison of some parsers for possibly linking to for such an item / list

epage commented 1 year ago

An interesting aspect to this is deciding what library or libraries to include

Looking over my prior link, we can divide it by style

Then there is by download count. Of those in the millions, there are

Application

Nebulous "up and coming"

One that is not on parse-rosetta-rs that could be of interested for a limited set of use cases is logos as its just a lexer but sounds intriguing.