nicoburns / blessed-rs

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

add parser library #85

Open azzamsa opened 10 months ago

azzamsa commented 10 months ago

Hi.

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

Thanks!

epage commented 10 months 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 9 months 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.