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.
Type
MacroCall
1 parent a2167cb commit af30e7cCopy full SHA for af30e7c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.9.0"
+version = "1.9.1"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -506,6 +506,7 @@ Type =
506
| ForType
507
| ImplTraitType
508
| InferType
509
+| MacroCall
510
| NeverType
511
| ParenType
512
| PathType
0 commit comments