Navigation
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 example

parse-tree
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.