Closed
Description
Syn has a lovely Token!
macro for defining tokens without naming them: Token![,]
:
https://docs.rs/syn/0.15.33/syn/macro.Token.html
We should add a similar macro for our SyntaxKind, to make code like this more readable:
Syn has a lovely Token!
macro for defining tokens without naming them: Token![,]
:
https://docs.rs/syn/0.15.33/syn/macro.Token.html
We should add a similar macro for our SyntaxKind, to make code like this more readable: