ParseTree.input

The input string that generated the parse tree. Stored here for the parse tree to be passed to other expressions, as input.

struct ParseTree
string input;

Meta