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 fab6162 commit d41a411Copy full SHA for d41a411
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.2.0"
+version = "1.2.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
@@ -101,7 +101,7 @@ Item =
101
MacroRules =
102
Attr* Visibility?
103
'macro_rules' '!' Name
104
- '{' MacroArm (';' MacroArm)* ';'? '}'
+ '{' (MacroArm (';' MacroArm)* ';'?)? '}'
105
106
MacroArm =
107
TokenTree '=>' TokenTree
0 commit comments