aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-05 16:18:02 +0100
committerAleksey Kladov <[email protected]>2018-08-05 16:18:02 +0100
commitd44169ab1e2897a90f8aa7d7672d2fe318cceb27 (patch)
treed8e52bfeeda6fcd3d2cbc0624c4f188449c32543 /src/grammar.ron
parent720861bcff4b9f67ca4def66e2996015811fa90b (diff)
ampersand -> amp
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index d5bdb206c..df769bba6 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -15,7 +15,7 @@ Grammar(
15 ["~", "TILDE"], 15 ["~", "TILDE"],
16 ["?", "QUESTION"], 16 ["?", "QUESTION"],
17 ["$", "DOLLAR"], 17 ["$", "DOLLAR"],
18 ["&", "AMPERSAND"], 18 ["&", "AMP"],
19 ["|", "PIPE"], 19 ["|", "PIPE"],
20 ["+", "PLUS"], 20 ["+", "PLUS"],
21 ["*", "STAR"], 21 ["*", "STAR"],
@@ -41,7 +41,7 @@ Grammar(
41 [">=", "GTEQ"], 41 [">=", "GTEQ"],
42 ["+=", "PLUSEQ"], 42 ["+=", "PLUSEQ"],
43 ["-=", "MINUSEQ"], 43 ["-=", "MINUSEQ"],
44 ["&&", "AMPERSANDAMPERSAND"], 44 ["&&", "AMPAMP"],
45 ["||", "PIPEPIPE"], 45 ["||", "PIPEPIPE"],
46 ], 46 ],
47 keywords: [ 47 keywords: [