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
|
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
|
92cd80226c
|
bumping to 0.5.1
|
2010-02-24 00:54:07 -05:00 |
|
Jeremy Ashkenas
|
08dcc7e107
|
removing commented-out parseerror
|
2010-02-21 11:22:49 -05:00 |
|
Jeremy Ashkenas
|
95f3e2f79f
|
just namespacing the coffeescript compiler
|
2010-02-17 23:25:17 -05:00 |
|
Jeremy Ashkenas
|
dec9950649
|
Revert "namespacing CoffeeScript in the browser, and sniffing the 'require' function instead of the 'exports' object"
This reverts commit 2f6b69b580.
|
2010-02-17 23:22:05 -05:00 |
|
Jeremy Ashkenas
|
2f6b69b580
|
namespacing CoffeeScript in the browser, and sniffing the 'require' function instead of the 'exports' object
|
2010-02-17 23:15:37 -05:00 |
|
Jeremy Ashkenas
|
ff1fd97924
|
removing traces of Ruby from coffee-script.coffee, redoing narwhal support to use the new compiler (but untested)
|
2010-02-17 22:37:56 -05:00 |
|
Jeremy Ashkenas
|
5a81fcd42e
|
we don't need relative require's because the paths are set up correctly -- removing the unused runner.coffee script
|
2010-02-17 00:50:08 -05:00 |
|
Jeremy Ashkenas
|
48c501a7a2
|
print_tokens should acutally, y'know, print
|
2010-02-15 20:46:36 -05:00 |
|
Jeremy Ashkenas
|
9c3040b704
|
moving print_tokens into the actual coffee-script module, so we can use it separately from the command-line
|
2010-02-15 18:09:01 -05:00 |
|
Jeremy Ashkenas
|
97fd126a7f
|
the improved error messages are still-to-be-improved
|
2010-02-13 16:28:07 -05:00 |
|
Jeremy Ashkenas
|
844c756940
|
working 'Try CoffeeScript' in the docs
|
2010-02-13 16:23:03 -05:00 |
|
Jeremy Ashkenas
|
a90bf75395
|
got coffeescript compiling in the browser
|
2010-02-13 15:25:04 -05:00 |
|
Jeremy Ashkenas
|
c88b1f6a15
|
got the CoffeeScript-in-CoffeeScript REPL running, and boy is she fast
|
2010-02-13 10:27:18 -05:00 |
|
Jeremy Ashkenas
|
7c01bba4f4
|
added the ability to print the parse tree
|
2010-02-11 23:11:05 -05:00 |
|
Jeremy Ashkenas
|
713f6f32e1
|
done for now
|
2010-02-11 02:39:57 -05:00 |
|
Jeremy Ashkenas
|
872b36c11d
|
things are in motion -- bin/node_coffee is the new JS-only command line ... it can pass some of the tests
|
2010-02-11 01:57:33 -05:00 |
|
Jeremy Ashkenas
|
7ec0a8d653
|
merging node into master -- you can now pass the --narwhal flag to use narwhal instead. All tests are executing successfully against both Node.js and Narwhal/Rhino backends
|
2010-02-07 12:52:07 -05:00 |
|
Jeremy Ashkenas
|
84feab3492
|
first little piece of the rewriter
|
2010-01-30 17:02:05 -05:00 |
|
Jeremy Ashkenas
|
babeebcc1a
|
more progress with the lexer, perhaps it's done
|
2010-01-30 15:56:40 -05:00 |
|
Jeremy Ashkenas
|
b0ecb39e9f
|
made the path handling a little more robust
|
2010-01-29 23:41:18 -05:00 |
|
Jeremy Ashkenas
|
f5a37035cf
|
node conversion finished, narwhal removed.
|
2010-01-29 23:30:54 -05:00 |
|
Jeremy Ashkenas
|
ba2d9df25f
|
first draft of node.js REPL
|
2010-01-29 22:51:51 -05:00 |
|