grapes-alt-grapes: '%alt%' is the infix notation for the 'alt' function.

Description Usage Arguments Value Examples

Description

%alt% is the infix notation for the alt function.

Usage

1
p1 %alt% p2

Arguments

p1

the first parser

p2

the second parser

Value

Returns the first parser if it suceeds otherwise the second parser

Examples

1
(item() %alt% succeed("2")) ("abcdef")

chappers/Ramble documentation built on May 13, 2019, 3:30 p.m.