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 ffc3dc9 + 49294fe commit 6cf7007Copy full SHA for 6cf7007
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.12.1"
+version = "1.12.2"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -336,6 +336,7 @@ Expr =
336
| Literal
337
| LoopExpr
338
| MacroCall
339
+| MacroStmts
340
| MatchExpr
341
| MethodCallExpr
342
| ParenExpr
0 commit comments