0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Aug 29, 2025 — Aug 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
optimize compose, use array for args instead of arguments More... about 14 years ago
added 'where', like 'let', but post-expression rather than pre-block, closes #108 More... about 14 years ago
added 'match' - boolean switch based on calling the test cases with the target, closes #109 More... about 14 years ago
merge with coco More... about 14 years ago
fix destructuring assign defaults, make them work in arrays More... about 14 years ago
ast: refactored If::compileExpression More... about 14 years ago
throw error on stupid destructuring More... about 14 years ago
make use of bitwise compound assign More... about 14 years ago
re-add bitwise compound assign #51 More... about 14 years ago
merge with coco More... about 14 years ago
ast: "unknown label" <- "undefined label" More... about 14 years ago
renewed icon More... about 14 years ago
index: removed underbar More... about 14 years ago
0.7.6 More... about 14 years ago
allowed `...: o` as `{...o}` More... about 14 years ago
closes #149; quit overloading `+` More... about 14 years ago
ast: refactorizations More... about 14 years ago
closes #150; allowed `export const` More... about 14 years ago
`super` no longer `.call this` more than once More... about 14 years ago
ast: READ_ONLY <- READONLY More... about 14 years ago
consistency with destructuring of &&= and ||= with in params More... about 14 years ago
deal with &&= and ||= in destructuring More... about 14 years ago
added 'function keyword arguments' ala python jashkenas/coffee-script#2427 - '=' sugar for '?' More... about 14 years ago
don't make temp/ref variables constants when compiling with --const or -k, closes #104 More... about 14 years ago
better check for dot insertion of new func syntax bound funcs More... about 14 years ago
dehackifed a bit, changed bound new f syntax to use ~, and removed its ability to specify no ret - closes #100 More... about 14 years ago
-d --prelude flags work for repl, automatically including prelude.ls - closes #103 More... about 14 years ago
resurrected bodyless `class`es (gkz/LiveScript#85) More... about 14 years ago
nicer compose op compilation, closes #101 More... about 14 years ago
disallowed malformed hex/unicode escape sequence in string More... about 14 years ago