Packrat: Simple Packrat Parsing

David Van Horn <dvanhorn@ccs.neu.edu>

This module provides a small library of Packrat parsing combinators and a syntax for defining parsers.

This code is based on the portable packrat parsing library by Tony Garnock-Jones:

Report a bug.

    1 Main

    2 Combinator library

    3 Parser syntax

    4 Examples

    5 Test suite

    Index