We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macro tags are flags that serve as meta information #4. Turns out it may be a good thing to allow macro tags to have arguments:
macro ·name('MyMacro') { /* match */ } >> { /* expansion */ }
Blocks #15
The text was updated successfully, but these errors were encountered:
For example, a ·name() tag could be useful to give better error messages for dominant macros #6.
·name()
Before: Unexpected ';' on line 1, expected '{'
Unexpected ';' on line 1, expected '{'
After: Unexpected ';' on line 1, expected '{' while expanding "unless" macro
Unexpected ';' on line 1, expected '{' while expanding "unless" macro
Sorry, something went wrong.
No branches or pull requests
Macro tags are flags that serve as meta information #4. Turns out it may be a good thing to allow macro tags to have arguments:
Blocks #15
The text was updated successfully, but these errors were encountered: