Jeremy Ashkenas
|
92cd80226c
|
bumping to 0.5.1
|
2010-02-24 00:54:07 -05:00 |
|
Jeremy Ashkenas
|
10d335ccb1
|
adding existence soaks for indexed-lookup property accesses: obj?['property']
|
2010-02-24 00:06:01 -05:00 |
|
Jeremy Ashkenas
|
4eeb8c4bd2
|
adding conditional while loops with while ... when
|
2010-02-23 22:53:43 -05:00 |
|
Jeremy Ashkenas
|
4d146bacb1
|
fixing throwing an error string in the Rewriter, when it should have been an Error object
|
2010-02-23 21:59:29 -05:00 |
|
Jeremy Ashkenas
|
7de4caffca
|
removing a shift-reduce error from the grammar that worked its way in
|
2010-02-23 21:22:28 -05:00 |
|
Jeremy Ashkenas
|
8db0cb9fa5
|
rebuilding with new for spacing
|
2010-02-23 21:12:44 -05:00 |
|
Jeremy Ashkenas
|
c30b3d3c48
|
updating to the latest Jison
|
2010-02-23 21:03:05 -05:00 |
|
Jeremy Ashkenas
|
52db4fbf8c
|
merging Tim-Smart's branch
|
2010-02-23 20:52:03 -05:00 |
|
Jeremy Ashkenas
|
5a1aa44393
|
going back to == undefined instead of == null to appease the angry JSLint.
|
2010-02-22 22:19:17 -05:00 |
|
Jeremy Ashkenas
|
3df7bd98f4
|
fixing issue 196, better handling of soak/existence chains
|
2010-02-22 22:11:47 -05:00 |
|
Chris Hoffman
|
fdffacfb40
|
Make trailing else on switch fix pass on to multiple when switches
|
2010-02-22 19:17:54 -06:00 |
|
Jeremy Ashkenas
|
a64afe6162
|
fixing the trailing-else-in-switch-getting-sucked-in-bug, Issue 195.
|
2010-02-22 19:22:09 -05:00 |
|
Jeremy Ashkenas
|
aad0ce162d
|
ensuring that we don't write --eval scriptlets out to disk -- they should print, if nothing else
|
2010-02-21 22:41:19 -05:00 |
|
Chris Hoffman
|
f582b73035
|
Keep the correct state for watching files so the appropriate one is recompiled
|
2010-02-21 19:00:48 -06:00 |
|
Jeremy Ashkenas
|
5d541232ef
|
adding /usr/local/lib hardcoded versions of coffee and cake for the install script
|
2010-02-21 19:19:58 -05:00 |
|
Jeremy Ashkenas
|
5d893947ea
|
new version of the docs for 0.5.0 is done, or close to it.
|
2010-02-21 17:30:41 -05:00 |
|
Jeremy Ashkenas
|
dbe5328c33
|
removing the 'var' declaration from arguments-to-array conversions
|
2010-02-21 16:15:01 -05:00 |
|
Jeremy Ashkenas
|
1f2c8df5fa
|
updating to latest Node (0.1.3) API -- callbacks, not promises
|
2010-02-21 14:06:01 -05:00 |
|
Jeremy Ashkenas
|
bea40a7a92
|
re-enabling the --no-wrap flag, and cleaning up an unused method in command_line
|
2010-02-21 13:48:38 -05:00 |
|
Jeremy Ashkenas
|
08dcc7e107
|
removing commented-out parseerror
|
2010-02-21 11:22:49 -05:00 |
|
Jeremy Ashkenas
|
b027b5cf0d
|
Allowing @[property] syntax.
|
2010-02-20 20:09:52 -05:00 |
|
Jeremy Ashkenas
|
0f2a2ee11e
|
Improving soaks to avoid uncessesary parentheses.
|
2010-02-20 20:00:07 -05:00 |
|
Jeremy Ashkenas
|
a93229b14d
|
fixing an off-by-one error in Splat compilation
|
2010-02-20 18:25:36 -05:00 |
|
Jeremy Ashkenas
|
2d3f6b80c1
|
Revert "fixing api changes (no more promises) for node v.0.1.29"
This reverts commit 9503ea3040.
|
2010-02-20 18:12:09 -05:00 |
|
alunny
|
9503ea3040
|
fixing api changes (no more promises) for node v.0.1.29
|
2010-02-20 14:45:16 -08:00 |
|
Jeremy Ashkenas
|
b183b091ee
|
removing redundant compile from command_line.coffee
|
2010-02-19 18:29:24 -05:00 |
|
Jeremy Ashkenas
|
c39415da44
|
using the new fs.writeFile API instead of fs.open -- much, much nicer
|
2010-02-19 18:27:50 -05:00 |
|
Jeremy Ashkenas
|
dd753d3b78
|
Removing the notion of a ThisNode so that we don't have to worry about the special cases. Fixes Issue 180
|
2010-02-19 07:51:52 -05:00 |
|
Jeremy Ashkenas
|
45c0d4c2ea
|
fixing standalone @ references
|
2010-02-18 21:50:42 -05:00 |
|
Jeremy Ashkenas
|
0270e48a01
|
using '== null' to check for soaked accessor chains instead of '== undefined' -- shorter, and slightly safer
|
2010-02-18 21:04:41 -05:00 |
|
Jeremy Ashkenas
|
a278d8f018
|
adding an extra pair of braces to the code produced by object comprehensions, so as to squeak by in JSLint's good graces
|
2010-02-18 20:22:53 -05:00 |
|
Jeremy Ashkenas
|
d4a180c413
|
carefully categorizing JS keywords from JS reserved words from Coffee keywords, so that we can throw syntax errors at compile time if JS keywords are getting assigned to.
|
2010-02-18 20:09:41 -05:00 |
|
Jeremy Ashkenas
|
28a8c05513
|
light refactor for repl.coffee
|
2010-02-17 23:51:43 -05:00 |
|
Jeremy Ashkenas
|
879b3d76bd
|
light refactors to scope.coffee
|
2010-02-17 23:37:39 -05:00 |
|
Jeremy Ashkenas
|
138692183b
|
removing the 'remote' parameter from Scope::find -- it wasn't used anymore
|
2010-02-17 23:26:03 -05:00 |
|
Jeremy Ashkenas
|
95f3e2f79f
|
just namespacing the coffeescript compiler
|
2010-02-17 23:25:17 -05:00 |
|
Jeremy Ashkenas
|
dec9950649
|
Revert "namespacing CoffeeScript in the browser, and sniffing the 'require' function instead of the 'exports' object"
This reverts commit 2f6b69b580.
|
2010-02-17 23:22:05 -05:00 |
|
Jeremy Ashkenas
|
2f6b69b580
|
namespacing CoffeeScript in the browser, and sniffing the 'require' function instead of the 'exports' object
|
2010-02-17 23:15:37 -05:00 |
|
Jeremy Ashkenas
|
ff1fd97924
|
removing traces of Ruby from coffee-script.coffee, redoing narwhal support to use the new compiler (but untested)
|
2010-02-17 22:37:56 -05:00 |
|
Jeremy Ashkenas
|
87e60dccf0
|
starting to cache fancy switch values -- fixing issue #171
|
2010-02-17 21:23:59 -05:00 |
|
Jeremy Ashkenas
|
8ff977dc65
|
making 'no such task' errors a little nicer
|
2010-02-17 20:37:30 -05:00 |
|
Jeremy Ashkenas
|
fbfa12c733
|
moving 'throw' to a slightly higher level of precedence
|
2010-02-17 19:35:34 -05:00 |
|
Jeremy Ashkenas
|
2b5d596e10
|
allowing parenthetical nodes to wrap statements without necessarily expression-izing them -- tests are passing ... we'll see how this works in practice.
|
2010-02-17 19:19:51 -05:00 |
|
Jeremy Ashkenas
|
dfa63839bb
|
Updating fs module to the latest Node.js -- that's fs.readFile, not fs.cat, with string flags for fs.open
|
2010-02-17 08:51:27 -05:00 |
|
Jeremy Ashkenas
|
0490cb2920
|
added experimental (but working) method to install CoffeeScript: 'sudo bin/cake install' -- once you've done that, you can take cake and coffee out of their bin/
|
2010-02-17 01:24:02 -05:00 |
|
Jeremy Ashkenas
|
2d0ad73af8
|
reorganizing lib/coffee_script to plain ol' lib
|
2010-02-17 00:55:56 -05:00 |
|
Jeremy Ashkenas
|
5a81fcd42e
|
we don't need relative require's because the paths are set up correctly -- removing the unused runner.coffee script
|
2010-02-17 00:50:08 -05:00 |
|
Jeremy Ashkenas
|
6446e0004c
|
The Great Purge. Removing the Ruby compiler, and all of its accoutrements. bin/coffee is now CoffeeScript-in-CoffeeScript
|
2010-02-17 00:33:55 -05:00 |
|
Jeremy Ashkenas
|
9f2badb3e9
|
got a really nice --watch flag for bin/node_coffee going, thanks to Node.js' process.watchFile. Can be used with --print, --lint, --tokens, --run, or whatever your needs may be
|
2010-02-16 23:59:32 -05:00 |
|
Jeremy Ashkenas
|
0610e20a3c
|
fixing the extends keyword when the expressions are complex, and should only be run once -- not that it's good style -- ticket #143
|
2010-02-16 23:23:43 -05:00 |
|