Jeremy Ashkenas
|
62b2ab29cd
|
CoffeeScript 0.5.3, with classes
0.5.3
|
2010-02-27 20:21:46 -05:00 |
|
Jeremy Ashkenas
|
a35693554c
|
updating documentation for classes
|
2010-02-27 20:12:47 -05:00 |
|
Jeremy Ashkenas
|
f7427259ee
|
reserving __extends and __hasProp
|
2010-02-27 20:03:57 -05:00 |
|
Jeremy Ashkenas
|
e02ab76edf
|
converting the remainder of the CoffeeScript compiler (Rewriter, Scope, Optparse) to use classes
|
2010-02-27 19:46:45 -05:00 |
|
Jeremy Ashkenas
|
9f46c306e5
|
super is now possible in nodes/Expressions, where it wasn't possible before.
|
2010-02-27 19:42:10 -05:00 |
|
Jeremy Ashkenas
|
b5c9d779bd
|
updating the Lexer to use classes and some of the older documentation
|
2010-02-27 19:40:53 -05:00 |
|
Jeremy Ashkenas
|
d2cb1f321e
|
making sure that the body of extends only gets defined once per file.
|
2010-02-27 19:29:34 -05:00 |
|
Jeremy Ashkenas
|
8f871a8218
|
converting the nodes.coffee AST to use the new class system
|
2010-02-27 19:19:53 -05:00 |
|
Jeremy Ashkenas
|
4ec7514d10
|
making inner comments work within class definitions
|
2010-02-27 19:03:23 -05:00 |
|
Jeremy Ashkenas
|
1c7e4c4203
|
first draft of adding classes to CoffeeScript
|
2010-02-27 18:57:45 -05:00 |
|
Jeremy Ashkenas
|
7d39fe1c56
|
fixing multiple evaluation of splat sources, when it's an invoked function
|
2010-02-27 15:15:26 -05:00 |
|
Jeremy Ashkenas
|
afa26c37f1
|
fixing regexp literals versus division, with tests
|
2010-02-27 14:30:14 -05:00 |
|
Jeremy Ashkenas
|
2f658ba925
|
fixing multiple single-line function forms on the same line
|
2010-02-27 11:03:43 -05:00 |
|
Jeremy Ashkenas
|
0ab810e4cb
|
fancy new fullscreen version of 'Try CoffeeScript'
|
2010-02-27 02:21:26 -05:00 |
|
Jeremy Ashkenas
|
37d086b670
|
rebuilding the browser code in anticipation of a page push
|
2010-02-27 01:38:50 -05:00 |
|
Jeremy Ashkenas
|
5e7f5f390a
|
adding a traverse method to the AST, so we can do fancy processing from external scripts.
|
2010-02-27 01:22:21 -05:00 |
|
Jeremy Ashkenas
|
f4cd0bdf29
|
making --run the default option for consistency. If you want to save the file, use -c or --compile.
|
2010-02-27 00:38:04 -05:00 |
|
Jeremy Ashkenas
|
723ea53585
|
adding the long-ago-needed documentation for constructors with 'return this'
|
2010-02-26 20:09:49 -05:00 |
|
Jeremy Ashkenas
|
93f644fae2
|
finishing the second half of prefix installs. Using readLink to refer to the CoffeeScript installation reliably.
|
2010-02-26 19:49:12 -05:00 |
|
Jeremy Ashkenas
|
82951a469b
|
adding favicon to docs
|
2010-02-26 19:10:56 -05:00 |
|
Jeremy Ashkenas
|
d2d5f649d3
|
caching the length property lookup for vanilla array comprehensions and rebuilding docs
|
2010-02-25 23:39:14 -05:00 |
|
Jeremy Ashkenas
|
5c7526a741
|
moving some of the fs methods over to sync methods, where it's alright and where it makes things clearer
|
2010-02-25 21:53:42 -05:00 |
|
Jeremy Ashkenas
|
17ea48c543
|
first draft of options for Cakefiles, using optparse.coffee, as well as a cake install task that takes --prefix. Still need to fix the lib/bin scripts
|
2010-02-25 21:43:42 -05:00 |
|
Jeremy Ashkenas
|
55ed202957
|
no outline on the Try CoffeeScript input for safari
|
2010-02-25 21:10:32 -05:00 |
|
Jeremy Ashkenas
|
d5df5505f9
|
hide the error div on initial page load
|
2010-02-25 20:48:54 -05:00 |
|
Jeremy Ashkenas
|
dc7f4b4be0
|
new live 'Try CoffeeScript'
|
2010-02-25 20:39:34 -05:00 |
|
Jeremy Ashkenas
|
406a18067d
|
allowing merged short flags in optparse.coffee, via normalize_arguments
|
2010-02-25 19:06:08 -05:00 |
|
Jeremy Ashkenas
|
3ae2ebe5ea
|
Merge branch 'fix_example_webserver' of git://github.com/hugs/coffee-script
|
2010-02-25 18:56:11 -05:00 |
|
Jeremy Ashkenas
|
a23dc6b753
|
raising an error on unrecognized options
|
2010-02-25 18:54:08 -05:00 |
|
Jeremy Ashkenas
|
5f1d3fd775
|
updating docs with the new flags
|
2010-02-25 18:43:33 -05:00 |
|
Jeremy Ashkenas
|
9d4e06e8a8
|
moving -tr --tree to -n --nodes, and --no-wrap gives up its -n short flag.
|
2010-02-25 18:42:35 -05:00 |
|
Jason Huggins
|
6bc61ec1a1
|
Fixed web_server example to be compatible with Node v0.1.30
|
2010-02-25 17:42:05 -06:00 |
|
Jeremy Ashkenas
|
c62f93f930
|
improving errors for undefined options, and error messages for compile attempts on nonexistent files
|
2010-02-25 18:36:43 -05:00 |
|
Jeremy Ashkenas
|
213ae1430e
|
using text instead of html to escape entities in the rendered JS for Try CoffeeScript
|
2010-02-25 18:20:15 -05:00 |
|
Jeremy Ashkenas
|
ee5d738827
|
doc update
|
2010-02-25 17:18:28 -05:00 |
|
Jeremy Ashkenas
|
eab9bbf04f
|
adding a test for nested pattern matching
|
2010-02-25 07:31:33 -05:00 |
|
Jeremy Ashkenas
|
4ed51536bb
|
fixing patternmatched assigns within assigns within calls
|
2010-02-25 07:28:48 -05:00 |
|
Jeremy Ashkenas
|
b32a60585b
|
improving CoffeeScript in browser script activation, and updating docs
|
2010-02-25 06:26:27 -05:00 |
|
Jeremy Ashkenas
|
66a6568fe7
|
cleaning and shrinking the option parser
|
2010-02-25 06:15:58 -05:00 |
|
Jeremy Ashkenas
|
fe32146adc
|
cleaning and commenting cake.coffee
|
2010-02-25 01:17:43 -05:00 |
|
Jeremy Ashkenas
|
69feac3a01
|
adding return values for destructuring assignment.
|
2010-02-25 00:43:02 -05:00 |
|
Jeremy Ashkenas
|
05d95acfc3
|
docs for CoffeeScript 0.5.2, which is now out.
0.5.2
|
2010-02-25 00:26:59 -05:00 |
|
Jeremy Ashkenas
|
22674bc536
|
removing CoffeeScript.activate() simply including the tag will do for text/coffeescript
|
2010-02-24 23:57:39 -05:00 |
|
Jeremy Ashkenas
|
23c5ebb00f
|
call it 'CoffeeScript' in the command_line, so that --run scripts may access it as such
|
2010-02-24 22:30:22 -05:00 |
|
Jeremy Ashkenas
|
c14869f008
|
implementing the inline javascript in the documentation page in text/coffeescript, switching from the closure compiler to the yui compressor for building the browser version -- the closure compiler had a bug for our input -- fixable by hand but not worth the tiny savings
|
2010-02-24 20:41:56 -05:00 |
|
Jeremy Ashkenas
|
c1427d6558
|
adding a minified combined coffee-script.js. Include it on the page, after any text/coffeescript tags, and call CoffeeScript.activate(); to run it
|
2010-02-24 19:57:29 -05:00 |
|
Jeremy Ashkenas
|
2a46e13d33
|
moving print_tokens (the pretty printer) from coffee_script to command_line
|
2010-02-24 18:56:32 -05:00 |
|
Jeremy Ashkenas
|
b26e577244
|
adding documentation for --stdio
|
2010-02-24 18:27:10 -05:00 |
|
Jeremy Ashkenas
|
9f8710b631
|
adding compilation over stdin/stdout. Use --stdio or -s, and pipe away.
|
2010-02-24 18:18:29 -05:00 |
|
Jeremy Ashkenas
|
aba8cb1b08
|
upgrading the optparse library to avoid having to register callbacks for each argument. It just returns a simple options hash.
|
2010-02-24 17:57:58 -05:00 |
|