Alternative

class for matching alternatives

Constructors

this
this(Parser!(T)[] parsers)
Undocumented in source.

Members

Functions

parse
ParseResult!(T) parse(T[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fParsers
Parser!(T)[] fParsers;
Undocumented in source.

Meta