Michael Ficarra
af1cf3400e
fixes tab completion in the REPL
2011-07-10 14:26:31 -04:00
breckinloggins
eb53670676
Changing sentance structure in a grammar rule explanation
2011-07-09 18:33:19 -05:00
breckinloggins
709dc73c27
Removing 'the' from the CoffeeScript Compiler for Windows link
2011-07-09 11:52:02 -05:00
breckinloggins
14e09d2ca8
One more minor correction to main documentation
2011-07-09 10:03:04 -05:00
breckinloggins
0353b0ddd3
Small typo fixes in several files. Completed some missing documentation in nodes.coffee
2011-07-09 09:58:17 -05:00
breckinloggins
f2ba08f77f
Minor edits to the main documentation. Added a reference to @alisey's CoffeeScript Compiler for Windows.
2011-07-08 22:22:28 -05:00
Michael Ficarra
1d7d8cb4d2
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-07-06 22:16:30 -04:00
Michael Ficarra
6e9cfd8a33
allow Ctrl-C to escape an unwanted continuation prompt
2011-07-06 22:15:35 -04:00
Michael Ficarra
2a9fd34a03
Made line continuations in the REPL much, much nicer and moved all of
...
the REPL-specific code out of CoffeeScript.eval and into the REPL
function (thanks for the suggestion, @TrevorBurnham)
2011-07-06 22:15:35 -04:00
Jeremy Ashkenas
b1111c96ca
fixes issue #1490 ... jsl.conf is incorrectly npmignored.
2011-07-06 22:15:35 -04:00
Michael Ficarra
55383155e5
More accurately emulating node's REPL behaviour with regard to _
...
assignment. Also addresses `i for i in [1..3]` regression introduced by
fff4c9c672 and noticed by @satyr
2011-07-06 22:15:35 -04:00
Michael Ficarra
bb1502a9d7
output a newline before exiting REPL
2011-07-06 22:15:35 -04:00
Michael Ficarra
40ee30ecde
Fixes #1035 , #1425 , and #1444 : (another) overhaul of REPL and
...
CoffeeScript.eval. Instead of writing about all the changes and why I
made those decisions, I'll just answer any questions in the commit
comments, so add a commit comment if you want to question anything.
Thanks to @TrevorBurnham and @satyr for their help/contributions. Also,
closes #1487 . And still no REPL tests...
2011-07-06 22:15:35 -04:00
Jeremy Ashkenas
4ff00359b6
fixes #1478 , documentation.
2011-07-06 22:15:35 -04:00
Michael Ficarra
f433fa4187
improved test for #1436
2011-07-06 22:15:35 -04:00
Michael Ficarra
594ead00e8
improved tests for #1416 , fixed accidental scope leak in test for #1420
2011-07-06 22:15:35 -04:00
Timothy Jones
5adf3b8865
Fixes #1461 . Existential assignment now correctly reports if it is a statement.
2011-07-06 22:15:35 -04:00
Timothy Jones
4fc52cd08e
Fixes #1467 . Catch now introduces its parameter to scope.
2011-07-06 22:15:35 -04:00
Jann Horn
4af47f0c26
second part of fixing #1416
2011-07-06 22:15:35 -04:00
Jann Horn
9d3510a1e4
added another test for #1416
2011-07-06 22:15:35 -04:00
Jann Horn
18f6ad9583
fixes #1416 : don't omit one 'new' when compiling 'new new'
2011-07-06 22:15:35 -04:00
Jann Horn
4c70ea5e09
test for #1416 : don't omit one 'new' when compiling 'new new'
2011-07-06 22:15:35 -04:00
Jann Horn
d32c060e05
fixed #1436
2011-07-06 22:15:35 -04:00
Jann Horn
caa3d1ab5d
added a test for #1436 , for etc. should work as normal property names
2011-07-06 22:15:34 -04:00
Michael Ficarra
d3e809da38
subliminally promoting the use of interpolation in the documentation
2011-07-06 22:15:34 -04:00
Jeremy Ashkenas
5ab892d009
Merge pull request #1426 from jashkenas/documentationInterpolations
...
promote the use of interpolation in the documentation
2011-07-06 17:52:32 -07:00
Michael Ficarra
54dbc0fdf8
allow Ctrl-C to escape an unwanted continuation prompt
2011-07-06 17:00:13 -04:00
Michael Ficarra
003f91d43d
Made line continuations in the REPL much, much nicer and moved all of
...
the REPL-specific code out of CoffeeScript.eval and into the REPL
function (thanks for the suggestion, @TrevorBurnham)
2011-07-06 16:36:07 -04:00
Jeremy Ashkenas
83806a4d77
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-07-06 16:06:47 -04:00
Jeremy Ashkenas
c4324f1db2
fixes issue #1490 ... jsl.conf is incorrectly npmignored.
2011-07-06 16:06:17 -04:00
Michael Ficarra
b9c3e0e640
More accurately emulating node's REPL behaviour with regard to _
...
assignment. Also addresses `i for i in [1..3]` regression introduced by
fff4c9c672 and noticed by @satyr
2011-07-06 13:06:18 -04:00
Michael Ficarra
60e51a238d
output a newline before exiting REPL
2011-07-06 13:05:07 -04:00
Michael Ficarra
fff4c9c672
Fixes #1035 , #1425 , and #1444 : (another) overhaul of REPL and
...
CoffeeScript.eval. Instead of writing about all the changes and why I
made those decisions, I'll just answer any questions in the commit
comments, so add a commit comment if you want to question anything.
Thanks to @TrevorBurnham and @satyr for their help/contributions. Also,
closes #1487 . And still no REPL tests...
2011-07-06 03:54:36 -04:00
gfxmonk
ab17f41652
Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246
2011-07-05 21:58:04 +10:00
Jeremy Ashkenas
18ab569b2d
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-07-01 08:30:38 -04:00
Jeremy Ashkenas
2951d34dc0
fixes #1478 , documentation.
2011-07-01 08:30:12 -04:00
Michael Ficarra
0cc5379caa
improved test for #1436
2011-06-30 12:15:00 -04:00
Michael Ficarra
f6fcfa831c
Merge branch 'bugfix-1436' of git://github.com/thejh/coffee-script into thejh_1448
2011-06-30 11:53:24 -04:00
Michael Ficarra
c93fc3ec76
Merge branch 'master' of github.com:jashkenas/coffee-script
2011-06-30 11:46:32 -04:00
Michael Ficarra
7b5f012f79
improved tests for #1416 , fixed accidental scope leak in test for #1420
2011-06-30 11:35:29 -04:00
Timothy Jones
22cee5d2d6
Fixes #1461 . Existential assignment now correctly reports if it is a statement.
2011-06-29 18:54:23 -04:00
Timothy Jones
0f18dff464
Fixes #1467 . Catch now introduces its parameter to scope.
2011-06-29 18:54:23 -04:00
Timothy Jones
e38aeefb5c
Fixes #1461 . Existential assignment now correctly reports if it is a statement.
2011-06-26 03:08:38 +12:00
Timothy Jones
baa983ac33
Fixes #1467 . Catch now introduces its parameter to scope.
2011-06-26 02:34:52 +12:00
Josh Goebel
cd65c66cf9
combine conditions
2011-06-23 06:54:06 -04:00
Josh Goebel
dc272a680b
compileJoin should happen once after all files are read
2011-06-23 04:42:12 -04:00
ngn
6f64fc266d
added one more test for #1150
2011-06-22 19:42:07 +03:00
Jann Horn
73af3b17b1
second part of fixing #1416
2011-06-21 16:42:53 +02:00
Jann Horn
8b2884e40f
added another test for #1416
2011-06-21 16:42:20 +02:00
Jann Horn
f0c22f390d
fixes #1416 : don't omit one 'new' when compiling 'new new'
2011-06-20 18:38:29 +02:00