Skip to main content

ParseTree

rascal-0.34.0

Synopsis

Detailed represention of the concrete syntactic structure of a program.

Description

A parse tree is a detailed and very precise represention of the concrete syntactic structure of a program. It may even be so detailed that it contains every space, comment and parenthesis in the original source text.

Examples

A parse tree for the sentence ParseTree-example-text.png

parse-tree.png