Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sweet-js
sweet-core
Issues
#39
Closed
Open
Issue created
Oct 17, 2012
by
Tim Disney
@disnet
Contributor
macro with empty case fails
The following macro with no patterns in the case fails.
macro m {
case => { foo }
}
m