super simplistic macro expansion

This commit is contained in:
Aleksey Kladov 2018-12-28 16:59:58 +03:00
parent 072028e679
commit 406505e096
3 changed files with 113 additions and 2 deletions

View file

@ -484,7 +484,7 @@ Grammar(
"Name": (),
"NameRef": (),
"MacroCall": ( options: [ "TokenTree" ] ),
"MacroCall": ( options: [ "TokenTree", "Path" ] ),
"Attr": ( options: [ ["value", "TokenTree"] ] ),
"TokenTree": (),
"TypeParamList": (