sometimes, especially for debugging large commands, I would love the option to output the parsed statement im the form of an AST or dimilar, assuming that's how the numbat engine works internally.
I have no specific idea of how the interface for this should look like, but probably adding an internal function that just outputs the tree view of the last executed statement (that isn't just a type casting) would be the way to go.