View Source API Reference Minipeg v0.6.1

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

Utility for using with the function form of the debug combinator.

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