A concrete syntax tree is a is a tree that represents an S-expression such that each node of the expression has been wrapped in an instance of a standard class. The instance contains the original node, but also other information, in particular the source location of the node.
Depends on Acclimation.
Currently maintained by Jan Moringen.