Allow macro names to be punctuators. Also allows tokenization of @
(this was legal pre-1.0). Allows you to do fun things like:
syntax @ = function (ctx) {
return #`this`;
}
@
Allow macro names to be punctuators. Also allows tokenization of @
(this was legal pre-1.0). Allows you to do fun things like:
syntax @ = function (ctx) {
return #`this`;
}
@