API Reference ergo v0.1.2
Modules
Ergo
contains the helper function parse/2
otherwise see Ergo.Terminals
, Ergo.Combinators
and Ergo.Parsers
for the individual parsers.
Ergo.Combinators
is the key set of parsers used for combining together other parsers.
Ergo.Context
defines the Context
record type and functions to create and manipulate them.
The Parsers module exists to house utility parsers that while they are terminals in the sense that they are not parameterised, they internally make use of parsers from the Combinators module.
Ergo.Terminals
contains the terminal parsers.