Skip to content

Commit 0a99644

Browse files
authored
Shortened description and replaced spaces with hyphens in aliases
1 parent c283189 commit 0a99644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/cst/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
created_by:
33
display_name: Concrete syntax tree
44
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.
5+
short_description: A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description.
66
topic: cst
7-
aliases: parse tree, parsing tree, derivation tree
7+
aliases: parse-tree, parsing-tree, derivation-tree
88
url:
99
wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree
1010
related: ast

0 commit comments

Comments
 (0)