We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix broken link to paper
has been fixed corrupted link
Don't assume that "debugger" or "break" or "continue" followed by {} is a parsing error
`throw {}` is not a parse error (and already covered by unary ops)
`in` is just binary operator
delete is already covered by unaryOps
void and typeof are already covered as unaryOps
Apply ASI for yield as well
Updated Example macros (markdown)
add some examples directly from the sjs website instead of a warning telling you to go there
add out of date warning
Marked the modules wiki page as obsolete and pointed readers to the tutorial page.
Remove stray close-paren
`sjs` is a node script, not a binary.
Updated design (markdown)
"tested and it worked" : ) If someone more experienced in macros can find some bug please send me/fix, grateful.
Remove dead links and group by libs/gists. Separate out new versions instead of linking them inline.
removed duplicate example (it is listed again below as "hygienic destructuring using the coffeescript-style `$do` macro")
unlink description
Add constexpr.
Updated Home (markdown)
Created High-level design overview (markdown)