Functions to work with `AST`s.
AST.simplify x
AST
Simplifies an `AST` in the same fashion with GOLD Parser's "trim reductions" option.
AST.toASCIITree x
string
Visualizes an `AST` in the form of a textual "parse tree".