Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Last active August 29, 2015 14:08
Show Gist options
  • Save fasterthanlime/205fd2372d8124c56019 to your computer and use it in GitHub Desktop.
Save fasterthanlime/205fd2372d8124c56019 to your computer and use it in GitHub Desktop.
macro sweet {
rule { _throw $x } => { throw $x; }
}
function problem () { sweet _throw "Hello" }
problem();
@fasterthanlime
Copy link
Author

Built with

sjs -c sstack.sjs -o sstack.js

Sweet.js version: 0.7.2

Stack trace:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment