Concrete Syntax Tree (CST)

Description

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.

Requirements

Depends on Acclimation.

Maintainers

Currently maintained by Jan Moringen.

Possible improvements


robert.strandh@gmail.com