Skip to content

Commit 2d0d771

Browse files
authored
Merge pull request #3832 from shaedrich/topic/cst
Add topic for "cst"
2 parents 7ac8792 + 1be12cf commit 2d0d771

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/cst/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)