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.
1 parent 4a6a83e commit 49294feCopy full SHA for 49294fe
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
@@ -339,6 +339,7 @@ Expr =
339
| Literal
340
| LoopExpr
341
| MacroCall
342
+| MacroStmts
343
| MatchExpr
344
| MethodCallExpr
345
| ParenExpr
0 commit comments