We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5670143 + fe4a8e6 commit 57cc080Copy full SHA for 57cc080
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.5.0"
+version = "1.6.0"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -368,7 +368,7 @@ BlockExpr =
368
'{'
369
Attr*
370
statements:Stmt*
371
- Expr?
+ tail_expr:Expr?
372
'}'
373
374
RefExpr =
0 commit comments