Skip to content

Instantly share code, notes, and snippets.

@wryk
Created June 6, 2014 09:24
Show Gist options
  • Select an option

  • Save wryk/9097a155992070d8ad3f to your computer and use it in GitHub Desktop.

Select an option

Save wryk/9097a155992070d8ad3f to your computer and use it in GitHub Desktop.
macro (enum) {
rule {
$name:ident (,) ...
} => {
Object.freeze({
$($name: {}) (,) ...
})
}
}
enum FULFILLED, PENDING, REJECTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment