We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dddd4ca + 2d0d771 commit 5924c49Copy full SHA for 5924c49
topics/cst/index.md
@@ -0,0 +1,9 @@
1
+---
2
+display_name: Concrete syntax tree
3
+short_description: A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description.
4
+topic: cst
5
+aliases: parse-tree, parsing-tree, derivation-tree
6
+wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree
7
+related: ast
8
9
+A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
0 commit comments