Grammar

Undocumented in source.

Members

Aliases

Action
alias Action = void delegate(Parser.Context c)
Undocumented in source.

Functions

actionAtIndex
Action actionAtIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Grammar opBinary(string g)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Grammar opBinary(Action a)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Grammar opBinary(typeof(propagate) )
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Grammar opBinary(typeof(spec) )
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

propagate
enum propagate;
Undocumented in source.
spec
enum spec;
Undocumented in source.

Properties

rootSymbol
string rootSymbol [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
rootSymbol
string rootSymbol [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Production
struct Production
Undocumented in source.

Variables

productions
Production[] productions;
Undocumented in source.

Meta