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 6cf7007 + 9abe645 commit 222f4d2Copy full SHA for 222f4d2
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.12.2"
+version = "1.13.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
@@ -298,7 +298,7 @@ Visibility =
298
'pub' ('(' 'in'? Path ')')?
299
300
Attr =
301
- '#' '!'? '[' Path ('=' Literal | TokenTree)? ']'
+ '#' '!'? '[' Path ('=' Expr | TokenTree)? ']'
302
303
//****************************//
304
// Statements and Expressions //
0 commit comments