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.