aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 22:19:04 +0100
committerAleksey Kladov <[email protected]>2018-07-31 22:19:04 +0100
commit2bbd4c510d2da5c78f566b28e90548102bb107dc (patch)
treee830242471940c556d3feb5e0cf20fdd8aaec8bc /src/grammar.ron
parenta750135a0ac5a42035a1baa808e0af8ae562cd72 (diff)
not expr
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 9912f9698..782771830 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -132,6 +132,7 @@ Grammar(
132 "FIELD_EXPR", 132 "FIELD_EXPR",
133 "REF_EXPR", 133 "REF_EXPR",
134 "DEREF_EXPR", 134 "DEREF_EXPR",
135 "NOT_EXPR",
135 "LAMBDA_EXPR", 136 "LAMBDA_EXPR",
136 "STRUCT_LIT", 137 "STRUCT_LIT",
137 "STRUCT_LIT_FIELD", 138 "STRUCT_LIT_FIELD",