Lazy

this parser is needed to build recursive parser hierarchies. look for expression.d for a more realistic example than in the unittest

Constructors

this
this(Parser!(T) delegate() parser)
Undocumented in source.
this
this(Parser!(T) function() parser)
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

fCallable
Parser!(T) delegate() fCallable;
Undocumented in source.

Meta