Commit Graph

  • a8d4c3a567 sprinkling toString() throughout, for Node.js 0.1.95 compatibility. Jeremy Ashkenas 2010-05-15 00:34:14 -04:00
  • dfb3a13246 Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366 Jeremy Ashkenas 2010-05-14 23:40:04 -04:00
  • f84eb9ed47 fixing heredoc indentation from herecomment tweaks Jeremy Ashkenas 2010-05-14 21:50:17 -04:00
  • 8136c5f3de making regexes stricter about their flags. Jeremy Ashkenas 2010-05-14 09:14:41 -04:00
  • 45669e08c6 better indentation handling for far-left heredocs and herecomments Jeremy Ashkenas 2010-05-12 21:49:46 -04:00
  • a5db69e1af better indentation handling for far-left heredocs and herecomments Jeremy Ashkenas 2010-05-12 21:47:31 -04:00
  • 8aceef20e1 Adding initial implementation of here-comments (block comments) Issue #368 Jeremy Ashkenas 2010-05-12 20:56:44 -04:00
  • 7e3c71ed19 Allowing more flexible linebreaks/indentation within object literals. Jeremy Ashkenas 2010-05-12 18:28:40 -04:00
  • 9d09bee6fb better test for sans-condition switch... Jeremy Ashkenas 2010-05-11 09:32:16 -04:00
  • cd6ee373ff enabling condition-less switches. Jeremy Ashkenas 2010-05-10 22:57:51 -04:00
  • 4d0acc9b02 fixing andreyvit's issue with parentheses not being applied to multi-operators as the condition clause of a switch... Jeremy Ashkenas 2010-05-10 22:50:11 -04:00
  • 393fbf1b66 merging in gfxmonk's cleanup to how children of nodes are determined. Removing some (so far) unused portions. Jeremy Ashkenas 2010-05-10 22:41:18 -04:00
  • 3324b03a5d Merge remote branch 'upstream/master' gfxmonk 2010-05-10 21:09:00 +10:00
  • eb91f9922d determine @children dynamically based on attribute names, instead of manual bookkeeping gfxmonk 2010-05-10 20:58:01 +10:00
  • 9a7420ccd0 adding support for calling variadic functions with less than the requested number of arguments. Jeremy Ashkenas 2010-05-08 12:44:54 -04:00
  • be72120311 further minor cleanup to varargs Jeremy Ashkenas 2010-05-08 12:20:14 -04:00
  • c452c3a101 minor cleanup to varargs Jeremy Ashkenas 2010-05-08 12:15:47 -04:00
  • 0b3bb66708 Added safe soaking on non-existent variables. Tim Jones 2010-05-05 21:58:48 +12:00
  • d0d0fa4d10 disallowing regex literals as implicit calls immediatly after ']', a rare case, I hope. Ticket #358 Jeremy Ashkenas 2010-05-04 23:50:22 -04:00
  • 6222ed622f forcing spaces for implicit calls ... making '@ name' a call instead of an access. Ticket #353 Jeremy Ashkenas 2010-05-04 23:44:54 -04:00
  • 1a03e98057 making 'while' and 'until' have the same associativity and precedence as 'for', #356 Jeremy Ashkenas 2010-05-04 23:37:03 -04:00
  • 46cea93fc3 recompiling annotated documentation Jeremy Ashkenas 2010-05-04 23:31:28 -04:00
  • d64b8fd9d8 merged in Trevor Burnham's recursive coffee compilation, with some adjustments... Jeremy Ashkenas 2010-05-04 23:22:28 -04:00
  • c051daee2f Merge commit 'TrevorBurnham/master' Jeremy Ashkenas 2010-05-04 23:01:15 -04:00
  • ae70d10996 Removing obsolete delete calls. Tim Jones 2010-05-04 01:15:17 +12:00
  • 52e6399e02 Added missing or to IndexNode. Tim Jones 2010-05-04 01:12:15 +12:00
  • ac05f62f2f Wrapping all soaked chains that are involved in operations. Tim Jones 2010-05-04 01:04:26 +12:00
  • 4d935efd09 Stop anonymous supers. Tim Jones 2010-05-03 15:20:51 +12:00
  • fa8cc7976a Added recursive compilation and monitoring option to coffee command Trevor Burnham 2010-05-03 17:38:59 -04:00
  • ee4e34bf6d relative requires... Jeremy Ashkenas 2010-05-01 11:00:43 -04:00
  • c8e0f8b149 Cleaned up IfNodes gfxmonk 2010-04-27 23:32:45 +10:00
  • b47188763c add require statements to tests that depend on coffee-script modules gfxmonk 2010-04-27 18:11:08 +10:00
  • 5e5c9df5c4 removing holmsand's cleanup Jeremy Ashkenas 2010-05-01 08:40:02 -04:00
  • 1a97f599dd added a test for the multiple-functions-passed-sans-parens Jeremy Ashkenas 2010-04-30 23:20:22 -04:00
  • 3b264c9572 Added a small part to the rewriter to allow a better two-function call. Tim Jones 2010-05-01 14:04:57 +12:00
  • 144c096ae6 Remove unused variable index_var from for loops Dan Holmsand 2010-04-30 09:48:30 +02:00
  • adbcd320b2 adding until loops as the inverse of while loops Jeremy Ashkenas 2010-04-28 22:08:00 -04:00
  • 17ba44056e changing 'filter' to 'guard' to get around Express' clobbering of Object.prototype. Jeremy Ashkenas 2010-04-28 21:46:47 -04:00
  • 502abade7c rewriting the compiler using 'unless' blocks where appropriate. Jeremy Ashkenas 2010-04-27 19:38:24 -04:00
  • b746c9018e adding 'unless' blocks Jeremy Ashkenas 2010-04-27 19:35:15 -04:00
  • 92af641827 no newline on no_such_task for Cake Jeremy Ashkenas 2010-04-27 07:59:19 -04:00
  • b5606a247d adding pattern matching for comprehensions. Jeremy Ashkenas 2010-04-26 23:46:35 -04:00
  • d62baf5a5d Merge branch 'for_destructuring' of git://github.com/StanAngeloff/coffee-script Jeremy Ashkenas 2010-04-26 23:34:07 -04:00
  • e17567866a Merge branch 'master' of git://github.com/Tesco/coffee-script Jeremy Ashkenas 2010-04-26 23:31:18 -04:00
  • 76f9596f22 Cleaning up. Stan Angeloff 2010-04-26 21:54:31 +03:00
  • 2a3a713811 Allowing pattern matching within for..loops Stan Angeloff 2010-04-26 21:35:35 +03:00
  • 175ebb3cd8 fail with appropriate error status if child process fails gfxmonk 2010-04-26 16:08:19 +10:00
  • 95367a4a63 Fixing silly mistake with the comments. Tim Jones 2010-04-26 16:00:12 +12:00
  • 8950c3c4c8 Fixing invalid pattern matching and object creation. Tim Jones 2010-04-26 15:54:47 +12:00
  • 2d1abd099d rewriting the Lexer, CommandLine, Nodes, and Rewriter to take advantage of the new DRY object pattern matching. Jeremy Ashkenas 2010-04-25 22:29:43 -04:00
  • a894db35fd Got the DRY object pattern matching style working properly, from Harmony. {name, age}: person now works correctly. Jeremy Ashkenas 2010-04-25 22:21:53 -04:00
  • 328a14014c eliminating the IndentedAssignList nonterminal. Jeremy Ashkenas 2010-04-25 21:22:29 -04:00
  • 315a2c63fa simplifying the grammar by replacing all of our trailing comma rules with an OptComma nonterminal. Jeremy Ashkenas 2010-04-25 21:17:46 -04:00
  • ca4ea7649d Throwing an error when pattern matching has a non-identifier on the left-hand side. Jeremy Ashkenas 2010-04-25 11:22:15 -04:00
  • 08c877ec7b Fixing string keys in pattern matching on objects (ticket 325) Jeremy Ashkenas 2010-04-25 11:07:09 -04:00
  • 212ad45be4 merging gfxmonk's removed error event fix. Jeremy Ashkenas 2010-04-24 22:13:13 -04:00
  • e9b37c7578 replaced nonexistant error event callback with a combination of stderr and exit events gfxmonk 2010-04-25 11:24:06 +10:00
  • 1438cecfad Fixing splats-with-super()-in-classes, an oversight. Jeremy Ashkenas 2010-04-24 15:57:15 -04:00
  • 49824ce1a6 removing yytext mentions for real this time. Jeremy Ashkenas 2010-04-21 23:21:48 -04:00
  • bc0ec9dc07 Revert "removing yytext mentions from the grammar" Jeremy Ashkenas 2010-04-21 23:10:45 -04:00
  • 5957b9f155 removing yytext mentions from the grammar Jeremy Ashkenas 2010-04-21 23:01:14 -04:00
  • 72e6e828f1 new version of Jison vendored ... rebuild the grammar, tests pass. Jeremy Ashkenas 2010-04-21 22:52:20 -04:00
  • 01b4393fa7 fixing Issue #328, parse error with indents and comments (StanAngeloff) Jeremy Ashkenas 2010-04-21 22:26:45 -04:00
  • bf2a5386f9 requiring helpers module in test_bind.coffee Jeremy Ashkenas 2010-04-21 19:52:58 -04:00
  • fb4d4a609b making bin/cake install add CoffeeScript as a Node.js library, and creating an index.js file for the top-level inclusion. Jeremy Ashkenas 2010-04-20 20:20:38 -04:00
  • 1cddb2aa88 Redoing Rewriter#add_implicit_parentheses to be more robust. Jeremy Ashkenas 2010-04-20 01:32:12 -04:00
  • aac9679282 merging in gfodor's excellent Rewriter patch. Jeremy Ashkenas 2010-04-19 23:18:39 -04:00
  • 90472685e8 Merge branch 'master' of git://github.com/gfodor/coffee-script Jeremy Ashkenas 2010-04-19 23:12:24 -04:00
  • 7bb764b3e4 ignoring raw Jeremy Ashkenas 2010-04-18 18:14:17 -04:00
  • 1aed9c545f Fix for bug with chaining Greg Fodor 2010-04-18 00:41:47 -04:00
  • c937e49689 adding 'coffeescript-idea' to the resources section. Jeremy Ashkenas 2010-04-13 23:41:18 -04:00
  • 0d860516ac fixing non-spaced function application. Jeremy Ashkenas 2010-04-13 09:05:55 -04:00
  • 4ced1d65b4 allowing 'debugger' ... it should never have been a reserved word. Jeremy Ashkenas 2010-04-12 21:23:01 -04:00
  • 92540d5e85 CoffeeScript 0.6.1, for Node.js v0.1.90 0.6.1 Jeremy Ashkenas 2010-04-12 21:20:00 -04:00
  • ea982a627e adding coffee-haml-filter to the docs Jeremy Ashkenas 2010-04-11 17:57:29 -04:00
  • 835ecac8db simplifying some unecessary interpolated expressions into interpolated values. Jeremy Ashkenas 2010-04-11 16:57:53 -04:00
  • c3bbb48041 adding a test case for issue 309, interpolations with implicit calls. Jeremy Ashkenas 2010-04-11 09:37:48 -04:00
  • 2e842f0146 merging Stan's recursive tokenizing fix for interpolations. Jeremy Ashkenas 2010-04-11 09:26:21 -04:00
  • 8de2fb9009 Merge commit 'StanAngeloff/issue_309' Jeremy Ashkenas 2010-04-11 09:22:31 -04:00
  • 17e177405a FIXES #309: Optional parens and interpolation. Stan Angeloff 2010-04-11 12:22:54 +03:00
  • ef67561fb3 Using anonymous callback for 'exit' event when running tests Dr Nic Williams 2010-04-11 19:05:49 +10:00
  • df97effb9c fixing implicit-call-in-function-in-parens bug. Jeremy Ashkenas 2010-04-10 18:56:46 -04:00
  • 8317960f81 Battery of patches for compatibility with Node v0.1.90 Jeremy Ashkenas 2010-04-10 18:05:35 -04:00
  • 065bf54094 generated closures should only call() or apply() when necessary. Jeremy Ashkenas 2010-04-10 14:40:05 -04:00
  • f36acc27e5 safely preserving the arguments object through generated closure wrappers. Jeremy Ashkenas 2010-04-10 14:20:32 -04:00
  • 491ad6de95 adding webchat to the doc page Jeremy Ashkenas 2010-04-10 13:42:39 -04:00
  • 3eedf8ed1b Adding noonat to the contributor list Jeremy Ashkenas 2010-04-06 21:09:23 -04:00
  • 75b260e495 Merge branch 'master' of git://github.com/noonat/coffee-script Jeremy Ashkenas 2010-04-06 21:08:29 -04:00
  • 2351948291 Renamed Lexer.tag() argument to new_tag, due to Rhino scope confusion noonat 2010-04-05 22:58:56 -07:00
  • 538e518d76 Realigning function arrows. Tim Jones 2010-04-06 02:29:38 +12:00
  • de955dacc4 Added Statement to the grammar. Tim Jones 2010-04-06 02:26:23 +12:00
  • 19ed63129e Interpolated strings are expressions. Chris Lloyd 2010-04-04 16:59:44 +10:00
  • 2e744a1c1b Failing test for string interpolation. Interpolated strings need to be expressions, not values. Chris Lloyd 2010-04-04 16:54:59 +10:00
  • 89534b88b1 merging in Chris Lloyd's fix for optional descriptions on Cake tasks. Jeremy Ashkenas 2010-04-04 00:20:17 -04:00
  • c067808b54 CoffeeScript 0.6.0 is on the books. 0.6.0 Jeremy Ashkenas 2010-04-03 20:43:50 -04:00
  • 59ae79d8fb rebuilding the docs with the fixed highlighter for '@' and regexes. Jeremy Ashkenas 2010-04-03 19:10:26 -04:00
  • ad1c5e1884 merging non-func-constructor-fix, but a little more forgiving. Jeremy Ashkenas 2010-04-03 14:53:26 -04:00
  • 9958cedd89 Throwing proper error when "constructor" is not a function within a class body. Stan Angeloff 2010-04-03 21:43:42 +03:00
  • d1aaed4430 Merge branch 'master' of git://github.com/Tesco/coffee-script Jeremy Ashkenas 2010-04-03 12:21:31 -04:00
  • 89debc87b2 Removing {@prop: value} from the grammar. Tim Jones 2010-04-04 04:18:29 +12:00