aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron10
1 files changed, 9 insertions, 1 deletions
diff --git a/grammar.ron b/grammar.ron
index 439c4ef9c..fb2c6d90e 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -1,4 +1,12 @@
1Grammar( 1Grammar(
2 keywords: [
3 "use",
4 "fn",
5 "struct",
6 "enum",
7 "trait",
8 "impl",
9 ],
2 tokens: [ 10 tokens: [
3 "ERROR", 11 "ERROR",
4 "IDENT", 12 "IDENT",
@@ -53,6 +61,6 @@ Grammar(
53 "SHEBANG", 61 "SHEBANG",
54 ], 62 ],
55 nodes: [ 63 nodes: [
56 "FILE" 64 "FILE",
57 ] 65 ]
58) \ No newline at end of file 66) \ No newline at end of file