Pegasus.Sequence (pegasus v0.2.2)

Collects together parsers for all of the minor tokens for Peg parsers

Sequence        <- Prefix*
Prefix          <- AND Action  # <== not implemented
                 / ( AND / NOT )? Suffix
Suffix          <- Primary ( QUERY / STAR / PLUS )?

Link to this section Summary

Link to this section Functions

Link to this function

parser(previous \\ empty())

Link to this function

sequence(rest, list, context, _, _)

Link to this function

sequence_one(arg)