#parser-combinator #parser #text #parse #volt

nightly volt_parse

The advanced, slightly different take on the parser combinator concept

4 releases (breaking)

0.5.0 Jul 23, 2022
0.4.0 Jul 23, 2022
0.3.0 May 24, 2022
0.2.2 Mar 23, 2022

#201 in Parser tooling

MIT/Apache

51KB
1.5K SLoC

Volt Parse

What is Volt Parse?

Volt Parse is a parsing library that makes it simple to create your own parser using simple parser-generator functions that when combined, form more complex parsers. It allows you to write code that describes what the text is, rather than how to parse it.

No runtime deps