[][src]Module rowan::syntax

The "syntax tree" is a thread-local view of the green tree with parent pointers and text offsets.

Structs

Children

Children nodes in the syntax tree.

Generic

Generic treatment of language trees.

Node

Node (or token) in the syntax tree.

Text

Text of a node in the syntax tree.

Token

Token in the syntax tree.

Traits

Language

Specialization information for a particular language grammar.