keep

Makes 'r's result be kept when it would be discarded by the tree-decimation done by a grammar. Equivalent to '^r'.

  1. ParseTree keep(ParseTree p)
    template keep(alias r)
    @safe
    keep
  2. ParseTree keep(string input)
  3. string keep(GetName g)

Members

Functions

keep
ParseTree keep(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
keep
ParseTree keep(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
keep
string keep(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta