aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-05 15:19:03 +0100
committerAleksey Kladov <[email protected]>2018-08-05 15:19:03 +0100
commit8cf962f1f56717646af7f67642d2724cb27928d0 (patch)
tree9335843c8df094613125a914b41ff01af545295f /src/grammar.ron
parented96926df715a856604a53e177e34ce445e89b7d (diff)
Paren 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 67022b296..a73e4e1f1 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -138,6 +138,7 @@ Grammar(
138 138
139 // atoms 139 // atoms
140 "TUPLE_EXPR", 140 "TUPLE_EXPR",
141 "PAREN_EXPR",
141 "PATH_EXPR", 142 "PATH_EXPR",
142 "LAMBDA_EXPR", 143 "LAMBDA_EXPR",
143 "IF_EXPR", 144 "IF_EXPR",