aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron4
1 files changed, 3 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index 44826c779..e7acd3cb0 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -21,7 +21,9 @@ Grammar(
21 "loop", 21 "loop",
22 "while", 22 "while",
23 "if", 23 "if",
24 "match" 24 "match",
25 "const",
26 "static",
25 ], 27 ],
26 tokens: [ 28 tokens: [
27 "ERROR", 29 "ERROR",