action

Low-level representation for the expression 'r {act}'. That is, it applies rule 'r' on the input and then calls 'act' on the resulting ParseTree.

  1. ParseTree action(ParseTree p)
    template action(alias r, alias act)
  2. ParseTree action(string input)
  3. string action(GetName g)

Members

Functions

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

Meta