satyr
|
ed79715841
|
stripped out strings/regexes from test_literals; test_string_interpolation is now test_string
|
2010-10-12 09:35:59 +09:00 |
|
satyr
|
b01d7db409
|
merged test_blocks into test_functions
|
2010-10-12 08:54:36 +09:00 |
|
satyr
|
e5fe145f80
|
destructuring assignment no longer uses a temporary variable for simple LHS
|
2010-10-12 07:58:11 +09:00 |
|
Jeremy Ashkenas
|
2642fde0f8
|
merging in the browser test suite.
|
2010-10-11 18:22:01 -04:00 |
|
satyr
|
f682bf642f
|
followup to #717; made new => actually work
|
2010-10-12 07:02:04 +09:00 |
|
satyr
|
5ed69a5a58
|
added test.html that runs most of test/*.coffee in browsers
|
2010-10-12 06:53:20 +09:00 |
|
Jeremy Ashkenas
|
a4b6b2464c
|
merging in sstephenson's test:browser
|
2010-10-11 16:55:17 -04:00 |
|
Jeremy Ashkenas
|
4f89245570
|
NEXT_ELLPSIS.test
|
2010-10-11 16:34:16 -04:00 |
|
Sam Stephenson
|
5236bb279d
|
Remove the window hack in test:browser.
|
2010-10-11 12:27:05 -05:00 |
|
Sam Stephenson
|
967fec2ae5
|
Merge branch 'master' into newline-splat
Conflicts:
lib/lexer.js
lib/parser.js
src/lexer.coffee
|
2010-10-11 12:12:13 -05:00 |
|
Jeremy Ashkenas
|
d7052d09ff
|
tweaking compileWithDeclarations
|
2010-10-11 12:27:57 -04:00 |
|
Jeremy Ashkenas
|
acc06d772a
|
Back four commits ... Fixing named function expressions -> function declarations for IE. (grumble grumble)
|
2010-10-11 12:13:01 -04:00 |
|
Sam Stephenson
|
f360fba47f
|
Add test:browser task for running the test suite against the merged browser script.
|
2010-10-11 09:42:13 -05:00 |
|
Jeremy Ashkenas
|
de0b93381c
|
switching to YUI compressor for the time being... ticket #575
|
2010-10-11 08:40:15 -04:00 |
|
Jeremy Ashkenas
|
42d39d59dd
|
rebuilding browser.js
|
2010-10-11 08:13:59 -04:00 |
|
Jeremy Ashkenas
|
bfed78a996
|
rebuilding lexer
|
2010-10-11 08:06:27 -04:00 |
|
satyr
|
9c55bd59a1
|
fixed a bug where while condition was compiling as statement
|
2010-10-11 20:29:08 +09:00 |
|
satyr
|
e89d7a7756
|
lexer: fixed a regression where assignmentError wasn't fired
|
2010-10-11 19:10:30 +09:00 |
|
satyr
|
41cd0c272b
|
grouped TRUE/FALSE/NULL into BOOL
|
2010-10-11 17:05:50 +09:00 |
|
satyr
|
6506f6d99e
|
grammar: removed extra arrays
|
2010-10-11 16:06:29 +09:00 |
|
satyr
|
fffa01933d
|
fixed misdentation in a?.b = c
|
2010-10-11 12:31:54 +09:00 |
|
satyr
|
acafb1b53a
|
nodes: no longer uses helpers.indexOf
|
2010-10-11 09:40:41 +09:00 |
|
satyr
|
c437f0b14b
|
made until less parenful as well
|
2010-10-11 07:29:38 +09:00 |
|
Sam Stephenson
|
20a07c174c
|
Fixing splats after newlines - #754.
|
2010-10-10 11:34:22 -05:00 |
|
Sam Stephenson
|
6e6165796c
|
noWrap: true -> wrap: false
|
2010-10-10 11:55:01 -04:00 |
|
Jeremy Ashkenas
|
f6ca5d814c
|
Issue #748 -- trailing reserved idenitifer.
|
2010-10-10 11:42:25 -04:00 |
|
Jeremy Ashkenas
|
45ed62931b
|
#749 -- adding CoffeeApp mention
|
2010-10-10 11:33:03 -04:00 |
|
Jeremy Ashkenas
|
9c54291d04
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2010-10-10 11:29:29 -04:00 |
|
Jeremy Ashkenas
|
e8d592cdc6
|
Fixing issue #751 ... implicit number arguments within implicit object literals.
|
2010-10-10 11:29:14 -04:00 |
|
satyr
|
24a0015148
|
lexer: made REGEX more accurate
|
2010-10-10 07:32:49 +09:00 |
|
satyr
|
b0e34edf99
|
soak accesses no longer consume corresponding operators
|
2010-10-10 07:10:20 +09:00 |
|
satyr
|
c5f922c5db
|
coffee-script: tokens/nodes can now take options as well
|
2010-10-09 04:27:05 +09:00 |
|
satyr
|
ebdd57a2fe
|
rewriter: detectEnd no longer passes undefined as token, fixing #750
|
2010-10-09 04:00:07 +09:00 |
|
Jeremy Ashkenas
|
b21057d166
|
fixing issue #745 ... precedence of huh operator.
|
2010-10-07 22:22:33 -04:00 |
|
satyr
|
4f486bc444
|
removed YES/NO/ON/OFF from rewriter/parser
|
2010-10-08 00:56:01 +09:00 |
|
satyr
|
9447796d8e
|
made unless less parenfull
|
2010-10-07 20:05:22 +09:00 |
|
satyr
|
c7157ca90c
|
quit caching v in for all k of v
|
2010-10-07 15:31:40 +09:00 |
|
satyr
|
250ec12646
|
Parenthetical -> Parens
|
2010-10-07 12:59:36 +09:00 |
|
satyr
|
2d9cff3af6
|
nodes: removed literal helper
|
2010-10-07 12:41:09 +09:00 |
|
satyr
|
95bc4c5eeb
|
reenabled stricter caching on For compilation as well as reduced a line from it
|
2010-10-07 12:31:05 +09:00 |
|
Jeremy Ashkenas
|
30a18fdaeb
|
Removed the silly 'Node' suffix from everything.
|
2010-10-06 22:44:32 -04:00 |
|
Jeremy Ashkenas
|
13774cf48a
|
empty returns no longer return null
|
2010-10-06 22:24:52 -04:00 |
|
Jeremy Ashkenas
|
69d2048ccc
|
Re-enabling garbage collection of tempvars, only at function boundaries.
|
2010-10-06 21:19:05 -04:00 |
|
Jeremy Ashkenas
|
d4dac214ab
|
optimizing comprehensions source references
|
2010-10-06 21:13:11 -04:00 |
|
Jeremy Ashkenas
|
5605ba32e3
|
merge conflict
|
2010-10-06 20:54:48 -04:00 |
|
Jeremy Ashkenas
|
59d6e59f97
|
Fixing Issue 730 -- and removing garbage collection of tempvars (which was totally unsafe.)
|
2010-10-06 20:54:08 -04:00 |
|
satyr
|
f90f1ef8e0
|
nodes: re{name,formatt}ed things
|
2010-10-07 09:28:53 +09:00 |
|
Jeremy Ashkenas
|
69b901a5b6
|
Fixing Issue #744 -- you can now use reserved words as static properties of a class.
|
2010-10-06 20:07:19 -04:00 |
|
Jeremy Ashkenas
|
af2e866947
|
rebuilding documentation
|
2010-10-05 21:05:57 -04:00 |
|
Jeremy Ashkenas
|
17eaf63c6d
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2010-10-05 21:02:05 -04:00 |
|