Stan Angeloff
|
76f9596f22
|
Cleaning up.
|
2010-04-26 21:54:31 +03:00 |
|
Stan Angeloff
|
2a3a713811
|
Allowing pattern matching within for..loops
|
2010-04-26 21:35:35 +03:00 |
|
Jeremy Ashkenas
|
2d1abd099d
|
rewriting the Lexer, CommandLine, Nodes, and Rewriter to take advantage of the new DRY object pattern matching.
|
2010-04-25 22:29:43 -04:00 |
|
Jeremy Ashkenas
|
a894db35fd
|
Got the DRY object pattern matching style working properly, from Harmony. {name, age}: person now works correctly.
|
2010-04-25 22:21:53 -04:00 |
|
Jeremy Ashkenas
|
328a14014c
|
eliminating the IndentedAssignList nonterminal.
|
2010-04-25 21:22:29 -04:00 |
|
Jeremy Ashkenas
|
315a2c63fa
|
simplifying the grammar by replacing all of our trailing comma rules with an OptComma nonterminal.
|
2010-04-25 21:17:46 -04:00 |
|
Jeremy Ashkenas
|
ca4ea7649d
|
Throwing an error when pattern matching has a non-identifier on the left-hand side.
|
2010-04-25 11:22:15 -04:00 |
|
Jeremy Ashkenas
|
08c877ec7b
|
Fixing string keys in pattern matching on objects (ticket 325)
|
2010-04-25 11:07:09 -04:00 |
|
Jeremy Ashkenas
|
212ad45be4
|
merging gfxmonk's removed error event fix.
|
2010-04-24 22:13:13 -04:00 |
|
gfxmonk
|
e9b37c7578
|
replaced nonexistant error event callback with a combination of stderr and exit events
|
2010-04-25 11:24:06 +10:00 |
|
Jeremy Ashkenas
|
1438cecfad
|
Fixing splats-with-super()-in-classes, an oversight.
|
2010-04-24 15:57:15 -04:00 |
|
Jeremy Ashkenas
|
49824ce1a6
|
removing yytext mentions for real this time.
|
2010-04-21 23:21:48 -04:00 |
|
Jeremy Ashkenas
|
bc0ec9dc07
|
Revert "removing yytext mentions from the grammar"
This reverts commit 5957b9f155.
|
2010-04-21 23:10:45 -04:00 |
|
Jeremy Ashkenas
|
5957b9f155
|
removing yytext mentions from the grammar
|
2010-04-21 23:01:14 -04:00 |
|
Jeremy Ashkenas
|
72e6e828f1
|
new version of Jison vendored ... rebuild the grammar, tests pass.
|
2010-04-21 22:52:20 -04:00 |
|
Jeremy Ashkenas
|
01b4393fa7
|
fixing Issue #328, parse error with indents and comments (StanAngeloff)
|
2010-04-21 22:26:45 -04:00 |
|
Jeremy Ashkenas
|
bf2a5386f9
|
requiring helpers module in test_bind.coffee
|
2010-04-21 19:52:58 -04:00 |
|
Jeremy Ashkenas
|
fb4d4a609b
|
making bin/cake install add CoffeeScript as a Node.js library, and creating an index.js file for the top-level inclusion.
|
2010-04-20 20:20:38 -04:00 |
|
Jeremy Ashkenas
|
1cddb2aa88
|
Redoing Rewriter#add_implicit_parentheses to be more robust.
|
2010-04-20 01:32:12 -04:00 |
|
Jeremy Ashkenas
|
aac9679282
|
merging in gfodor's excellent Rewriter patch.
|
2010-04-19 23:18:39 -04:00 |
|
Jeremy Ashkenas
|
90472685e8
|
Merge branch 'master' of git://github.com/gfodor/coffee-script
|
2010-04-19 23:12:24 -04:00 |
|
Jeremy Ashkenas
|
7bb764b3e4
|
ignoring raw
|
2010-04-18 18:14:17 -04:00 |
|
Greg Fodor
|
1aed9c545f
|
Fix for bug with chaining
|
2010-04-18 00:41:47 -04:00 |
|
Jeremy Ashkenas
|
c937e49689
|
adding 'coffeescript-idea' to the resources section.
|
2010-04-13 23:41:18 -04:00 |
|
Jeremy Ashkenas
|
0d860516ac
|
fixing non-spaced function application.
|
2010-04-13 09:05:55 -04:00 |
|
Jeremy Ashkenas
|
4ced1d65b4
|
allowing 'debugger' ... it should never have been a reserved word.
|
2010-04-12 21:23:01 -04:00 |
|
Jeremy Ashkenas
|
92540d5e85
|
CoffeeScript 0.6.1, for Node.js v0.1.90
0.6.1
|
2010-04-12 21:20:00 -04:00 |
|
Jeremy Ashkenas
|
ea982a627e
|
adding coffee-haml-filter to the docs
|
2010-04-11 17:57:29 -04:00 |
|
Jeremy Ashkenas
|
835ecac8db
|
simplifying some unecessary interpolated expressions into interpolated values.
|
2010-04-11 16:57:53 -04:00 |
|
Jeremy Ashkenas
|
c3bbb48041
|
adding a test case for issue 309, interpolations with implicit calls.
|
2010-04-11 09:37:48 -04:00 |
|
Jeremy Ashkenas
|
2e842f0146
|
merging Stan's recursive tokenizing fix for interpolations.
|
2010-04-11 09:26:21 -04:00 |
|
Jeremy Ashkenas
|
8de2fb9009
|
Merge commit 'StanAngeloff/issue_309'
|
2010-04-11 09:22:31 -04:00 |
|
Stan Angeloff
|
17e177405a
|
FIXES #309: Optional parens and interpolation.
|
2010-04-11 12:22:54 +03:00 |
|
Dr Nic Williams
|
ef67561fb3
|
Using anonymous callback for 'exit' event when running tests
|
2010-04-11 19:05:49 +10:00 |
|
Jeremy Ashkenas
|
df97effb9c
|
fixing implicit-call-in-function-in-parens bug.
|
2010-04-10 18:56:46 -04:00 |
|
Jeremy Ashkenas
|
8317960f81
|
Battery of patches for compatibility with Node v0.1.90
|
2010-04-10 18:05:35 -04:00 |
|
Jeremy Ashkenas
|
065bf54094
|
generated closures should only call() or apply() when necessary.
|
2010-04-10 14:40:05 -04:00 |
|
Jeremy Ashkenas
|
f36acc27e5
|
safely preserving the arguments object through generated closure wrappers.
|
2010-04-10 14:20:32 -04:00 |
|
Jeremy Ashkenas
|
491ad6de95
|
adding webchat to the doc page
|
2010-04-10 13:42:39 -04:00 |
|
Jeremy Ashkenas
|
3eedf8ed1b
|
Adding noonat to the contributor list
|
2010-04-06 21:09:23 -04:00 |
|
Jeremy Ashkenas
|
75b260e495
|
Merge branch 'master' of git://github.com/noonat/coffee-script
|
2010-04-06 21:08:29 -04:00 |
|
noonat
|
2351948291
|
Renamed Lexer.tag() argument to new_tag, due to Rhino scope confusion
|
2010-04-05 22:58:56 -07:00 |
|
Tim Jones
|
538e518d76
|
Realigning function arrows.
|
2010-04-06 02:29:38 +12:00 |
|
Tim Jones
|
de955dacc4
|
Added Statement to the grammar.
|
2010-04-06 02:26:23 +12:00 |
|
Chris Lloyd
|
19ed63129e
|
Interpolated strings are expressions.
|
2010-04-04 17:05:52 +10:00 |
|
Chris Lloyd
|
2e744a1c1b
|
Failing test for string interpolation. Interpolated strings need to be expressions, not values.
|
2010-04-04 16:54:59 +10:00 |
|
Jeremy Ashkenas
|
89534b88b1
|
merging in Chris Lloyd's fix for optional descriptions on Cake tasks.
|
2010-04-04 00:20:17 -04:00 |
|
Jeremy Ashkenas
|
c067808b54
|
CoffeeScript 0.6.0 is on the books.
0.6.0
|
2010-04-03 20:43:50 -04:00 |
|
Jeremy Ashkenas
|
59ae79d8fb
|
rebuilding the docs with the fixed highlighter for '@' and regexes.
|
2010-04-03 19:10:26 -04:00 |
|
Jeremy Ashkenas
|
ad1c5e1884
|
merging non-func-constructor-fix, but a little more forgiving.
|
2010-04-03 14:53:26 -04:00 |
|