Skip to content

Commit c283189

Browse files
authored
Add docs for topic "cst"
1 parent c498cda commit c283189

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

topics/cst/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
created_by:
3+
display_name: Concrete syntax tree
4+
released:
5+
short_description: A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
6+
topic: cst
7+
aliases: parse tree, parsing tree, derivation tree
8+
url:
9+
wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree
10+
related: ast
11+
---
12+
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)