AstTree
This class is made to modify, store, return and Parse values provided by the ComplexLexer.complexLexer method, it has an only main and public method that will return a parsed token list to a Tree of AstMember instances
The values of this class are designed to be passed to the Evaluator class constructor
Since
Version 1.0
Parameters
tks
A list of Pair tokens provided by ComplexLexer.complexLexer
numbers
A list of ComplexNumber instances provided by ComplexLexer.complexLexer