View Source API Reference Minipeg v0.5.0

Modules

Minipeg is a minimal Parse Expression Grammars (PEG) Library

Here is a first taste of how to use it

Wrapping a map

All public functions in this module take a parser and potentially more parameters and return a new parser

A failure result

An ignored success result

An input wrapper

Define some useful functions for Minipeg.Combinators.map

A struct containung a parser function and a name

A collection of basic parsers

Parses s-expressions (lispy) The syntax is very simple

A success result