Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabejohnson/0702f95b68586b2ee939540da9d7492a to your computer and use it in GitHub Desktop.
Save gabejohnson/0702f95b68586b2ee939540da9d7492a to your computer and use it in GitHub Desktop.
sweetjs simple test
syntax foo = function(ctx) {
let result = #`foo(`;
result = result.concat(#`)`);
return result;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment