AST for expression tokens
See languages/abc/src/PASTGrammar.pg for a current example
Essentially:
- Use node['type:'] to determine the type of expression node
- Get the AST values of any children nodes
- Build a PAST::Op node that performs the desired operation