class Rley::PTree::ParseTree

A parse tree (a.k.a. concrete syntax tree) is a tree-based representation for the parse that corresponds to the input text. In a parse tree, a node corresponds to a grammar symbol used during the parsing:

the input, and

during the parse. The root node corresponds to the main/start symbol of the grammar.