Parser

Parser checks if the declared data is syntactically correct and convert declared data to the rpdl.tree.RpdlTree

Constructors

this
this(Lexer lexer, RpdlTree tree)

Parsing file into the tree

Members

Functions

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

Properties

indent
int indent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
line
int line [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
int pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta