Skip to content

A parser combinator crate written in Rust purely as a learning exercise

License

Notifications You must be signed in to change notification settings

Prosumma/rs-parsimonious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parsimonious

A parser combinator crate written in Rust.

Purpose

Don't use this. It works well and is easy to use, but there are much more performant and Rusty parsers out there like nom.

The purpose of this is to teach myself some of the more advanced features of Rust, like generics, traits, and the semantics of closures.

About

A parser combinator crate written in Rust purely as a learning exercise

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages