aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-30 15:25:37 +0000
committerAleksey Kladov <[email protected]>2017-12-30 15:25:37 +0000
commit412948c0e2f34b1db13201bf533468241ee881e6 (patch)
tree20664c2903806c87ceeb09bcc189b41a6c13192c /grammar.ron
parentfad3e50987311a3c42a45bd3d9dbcf7c7a77e544 (diff)
More symbols
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron5
1 files changed, 5 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index 56617f757..4c9291dfb 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -25,5 +25,10 @@ Grammar(
25 "COLON", 25 "COLON",
26 "COLONCOLON", 26 "COLONCOLON",
27 "DOLLAR", 27 "DOLLAR",
28 "EQ",
29 "EQEQ",
30 "FAT_ARROW",
31 "NEQ",
32 "NOT",
28 ] 33 ]
29) \ No newline at end of file 34) \ No newline at end of file