Symbol

Symbol is essentially the "type" of a Token. Token is like an instance of a Symbol.

This only represents terminals. Nonterminal tokens aren't constructed since the AST is built directly during parsing.

You can't create a Symbol directly. Instead, use the symbol template.

Constructors

this
this()
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta