Jeremy Ashkenas
|
af53c230a1
|
CoffeeScript 1.5.0
|
2013-02-25 21:12:22 +13:00 |
|
Jeremy Ashkenas
|
ac9d0e17e4
|
Merging in location data in the AST. Yee-hah.
|
2013-02-25 17:51:05 +13:00 |
|
Jeremy Ashkenas
|
5e498ca395
|
merged
|
2013-02-25 17:41:27 +13:00 |
|
Jeremy Ashkenas
|
9b63e806dd
|
#2702 -- remove more dead code
|
2013-02-25 17:34:14 +13:00 |
|
Jeremy Ashkenas
|
bd842241a6
|
#2702 -- remove dead code
|
2013-02-25 17:33:27 +13:00 |
|
Jeremy Ashkenas
|
3815f0a132
|
#2702 -- remove old code
|
2013-02-25 17:32:51 +13:00 |
|
Michael Ficarra
|
5ae9c5d947
|
compile a320e1e535
|
2013-02-24 21:12:57 -06:00 |
|
Michael Ficarra
|
2402f9774a
|
Revert "Moving the 'generated by coffeescript version X' comment to the bottom, to get it out of the way"
This reverts commit b31cc70235.
|
2013-02-24 21:11:43 -06:00 |
|
Demian Ferreiro
|
9ed804d9b1
|
Simplify Value::unfoldSoak momoization code (only a bit...)
|
2013-02-23 08:26:10 -03:00 |
|
Demian Ferreiro
|
03cfe23493
|
Remove unnecessary if statement
|
2013-02-23 08:24:04 -03:00 |
|
Demian Ferreiro
|
a97c23a4bd
|
Make it more explicit that 'this' is the only possible value for tag in Value's constructor.
|
2013-02-23 06:34:11 -03:00 |
|
Jason Walton
|
e1a2e11de4
|
Fix merge problem, and rebuild parser.js
|
2013-02-21 20:17:06 -05:00 |
|
Jason Walton
|
5e49df8ed4
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/coffee-script/grammar.js
src/grammar.coffee
|
2013-02-14 14:21:46 -05:00 |
|
Jeremy Ashkenas
|
fa1ffa66d3
|
Fixes #2359 -- tweak grammar to use new name
|
2013-02-14 16:34:32 +13:00 |
|
Jason Walton
|
c31bc6deb7
|
Update js files.
|
2013-02-06 10:40:48 -05:00 |
|
Jason Walton
|
fe45f1bf35
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/coffee-script/grammar.js
lib/coffee-script/rewriter.js
src/grammar.coffee
src/rewriter.coffee
|
2013-02-06 10:29:19 -05:00 |
|
Jeremy Ashkenas
|
fc7f4ed904
|
Fixes #2523 -- remove resetting of process.execPath
|
2013-02-02 12:40:50 +11:00 |
|
Jeremy Ashkenas
|
1818e74f42
|
Fixes #2525, #1187, #1208, #1758, and many more -- allow looping over an array downwards
|
2013-02-02 12:23:14 +11:00 |
|
Jeremy Ashkenas
|
d72daca7bd
|
simpler implementation of the previous commit
|
2013-02-02 11:19:29 +11:00 |
|
Jeremy Ashkenas
|
c37202ecb9
|
Removing variable indirection for simple steps
|
2013-02-02 11:16:17 +11:00 |
|
Jeremy Ashkenas
|
1f5b19b81c
|
slightly better conditions for range steps
|
2013-02-02 11:02:40 +11:00 |
|
Jeremy Ashkenas
|
de5e2c60ae
|
require a file name before checking for a fallback
|
2013-02-02 10:46:17 +11:00 |
|
Jeremy Ashkenas
|
b31cc70235
|
Moving the 'generated by coffeescript version X' comment to the bottom, to get it out of the way
|
2013-02-02 10:42:46 +11:00 |
|
Jeremy Ashkenas
|
78891a0ccc
|
Merging in @epedemian's fix for #2359 -- disallow other-typed constructors
|
2013-02-01 22:30:22 +11:00 |
|
Jeremy Ashkenas
|
ac398998a2
|
Fixes #2613 -- bug with over-optimization of parentheses on LHS of destructuring
|
2013-02-01 22:05:55 +11:00 |
|
Jeremy Ashkenas
|
21d69e3e6e
|
Fixes #2617 -- implicit object call getting out of control.
|
2013-02-01 21:59:48 +11:00 |
|
Jeremy Ashkenas
|
33140259b8
|
Fixes #2681 -- removes old --require hook.
|
2013-02-01 21:25:57 +11:00 |
|
Michael Ficarra
|
be9707f8d2
|
final tweaks to REPL rewrite
We can still use some more extensive tests, but it's already much better
tested than the current REPL.
|
2013-01-26 02:07:56 -06:00 |
|
Alon Salant
|
47bd05e9a0
|
REPL tests based on direct interaction with input and output stream. Includes multiline tests.
|
2013-01-21 21:56:34 -08:00 |
|
Michael Ficarra
|
537c5f4b70
|
fix some issues pointed out in 041033a51a
|
2013-01-21 10:27:52 -06:00 |
|
Michael Ficarra
|
041033a51a
|
finish multiline support for REPL rewrite
|
2013-01-21 00:43:08 -06:00 |
|
Michael Ficarra
|
2e191dc0e7
|
Merge branch 'node_repl_multiline' of https://github.com/asalant/coffee-script into repl-rewrite
|
2013-01-18 21:16:39 -06:00 |
|
Alon Salant
|
4a52814a79
|
Multiline WIP
|
2013-01-18 11:33:04 -08:00 |
|
Alon Salant
|
d84cd9466e
|
empty command evaluates to undefined
|
2013-01-15 22:40:41 -08:00 |
|
Alon Salant
|
627b921bca
|
Initial commit of REPL based on node's REPLServer
|
2013-01-15 22:40:40 -08:00 |
|
Jeremy Ashkenas
|
955afe0c9f
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2013-01-16 17:34:04 +11:00 |
|
Jeremy Ashkenas
|
316d5e5e77
|
fixing missing file finding logic for litcoffee
|
2013-01-16 17:33:54 +11:00 |
|
Jason Walton
|
f67da27d2f
|
Add unit tests, fix last_column reporting.
|
2013-01-14 17:11:07 -05:00 |
|
Jason Walton
|
923739ebb4
|
Remove files committed by accident.
|
2013-01-14 17:10:49 -05:00 |
|
Jason Walton
|
bbbf612f29
|
Put location data in token[2] instead of in token.locationData
|
2013-01-14 15:20:35 -05:00 |
|
Jeremy Ashkenas
|
d11fa573e6
|
do not try to compile traces of coffee within node_modules
|
2013-01-14 11:45:02 -08:00 |
|
Jeremy Ashkenas
|
6becd8fb13
|
Reverting the unthrow of the error.
|
2013-01-14 11:44:15 -08:00 |
|
Jason Walton
|
a1ba0a89f8
|
Merge remote-tracking branch 'origin/master'
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/lexer.js
lib/coffee-script/parser.js
src/lexer.coffee
|
2013-01-14 14:26:06 -05:00 |
|
Jason Walton
|
a9aa52dc6a
|
Use .explicit when deciding whether or not to add location data.
|
2013-01-14 13:38:31 -05:00 |
|
satyr
|
9595b30d6f
|
fix tabbed literate code
|
2013-01-10 06:24:12 +09:00 |
|
Michael Ficarra
|
f672e0cdb5
|
fix 'litcoffee' extension support
As pointed out by @satyr in 27551b23f3
|
2013-01-07 22:35:20 -06:00 |
|
Michael Ficarra
|
66bbef4ce0
|
revert broken parts of cdde576182
Thanks @alagopus.
|
2013-01-07 22:32:39 -06:00 |
|
Michael Ficarra
|
dfe91d1766
|
rebuilding after cdde576182
|
2013-01-07 22:27:02 -06:00 |
|
Jeremy Ashkenas
|
cdde576182
|
Syntax errors no longer report full stack traces ... just the error, please
|
2013-01-06 19:12:23 -10:00 |
|
Jeremy Ashkenas
|
82aeb70380
|
Fixes #2630 -- Class bodies shouldn't be able to reference arguments.
|
2013-01-06 19:08:32 -10:00 |
|