aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-10-01 10:37:34 +0200
committerHimbeer <himbeer@disroot.org>2024-10-01 11:34:23 +0200
commit412123d583f748b5f3797e6a57acae22cb1ffa80 (patch)
tree4f35439f987d80a9f403583552589b0717a60d2f /doc
parentcc4cdce558e3204eb8320981ef04d90842128ab1 (diff)
Add AST data structures for statements
Diffstat (limited to 'doc')
-rw-r--r--doc/grammar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt
index 8552c90..d92f1dc 100644
--- a/doc/grammar.txt
+++ b/doc/grammar.txt
@@ -16,7 +16,7 @@ constant := [ COMMENT ]
block := "{" command* "}"
-command := block | control | statement
+command := block | statement | control
control := if | for