memoir 0.3.0

a library of self-describing parser combinators
Documentation
1
2
3
4
5
6
7
8
9
10
11
memoir
======

Memoir is a library of self-describing parser-combinators.  Parsers are
represented as reified objects that can print themselves as documentation. This
keeps documentation for command-based languages always up to date with the
grammar.

This library is used in [rx][0]'s command interface.

[0]: https://rx.cloudhead.io