Created
November 5, 2014 19:58
-
-
Save fasterthanlime/7fddcf459a7352fdb324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 10 empty lines to highlight the problem. | |
| // | |
| // | |
| // | |
| // | |
| // | |
| // | |
| // | |
| // | |
| // ... there we go. | |
| macro sweet { | |
| rule { _throw $x } => { throw $x; } | |
| } | |
| export sweet; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function problem () { sweet _throw "Hello" } | |
| problem(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Built with
Sweet.js version: 0.7.2Stack trace: