summaryrefslogtreecommitdiff
path: root/bnf/rust_expr.y_tree.h
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-09-24 18:06:58 +0800
committerJohn Hodge <tpg@mutabah.net>2015-09-24 18:06:58 +0800
commitef6120c9abc2ab4e43a85cfbb668577a107da872 (patch)
tree444bcc81dc99a431bdf5980f9bd00425f369bcca /bnf/rust_expr.y_tree.h
parent7b653aa7c645c3272d9e51da97dab0d0527bd5f5 (diff)
downloadmrust-ef6120c9abc2ab4e43a85cfbb668577a107da872.tar.gz
Parses a nice set of files once more
Diffstat (limited to 'bnf/rust_expr.y_tree.h')
-rw-r--r--bnf/rust_expr.y_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bnf/rust_expr.y_tree.h b/bnf/rust_expr.y_tree.h
index 489cc08b..e7358e2f 100644
--- a/bnf/rust_expr.y_tree.h
+++ b/bnf/rust_expr.y_tree.h
@@ -106,6 +106,8 @@ _(expr_value)
| '(' expr ')'
| '(' ')'
| '(' expr ',' expr_list ')'
+ | '[' expr_list opt_comma ']'
+ | '[' expr ';' expr ']'
| MACRO tt_paren { bnf_trace("Expr macro invocation"); }
| '|' pattern_list '|' expr
| DOUBLEPIPE expr