Jeremy Ashkenas
|
84b8b5ccee
|
CoffeeScript 1.6.3
|
2013-06-02 09:37:45 +04:00 |
|
Michael Ficarra
|
174cd7eaa0
|
rebuild for some unneccessary parentheses changes
rebuild of 3921e3db34
|
2013-04-28 22:09:46 -05:00 |
|
Nami-Doc
|
7be996c010
|
code cleanup
|
2013-04-28 00:56:44 +02:00 |
|
Nami-Doc
|
1917bb69ed
|
Fix #2944
|
2013-04-21 12:33:00 +02:00 |
|
Jeremy Ashkenas
|
566a7dabb2
|
Fixing erroneous whitespace fix in generated JS
|
2013-03-18 17:47:55 +08:00 |
|
Jeremy Ashkenas
|
a3e8de338a
|
CoffeeScript 1.6.2
|
2013-03-18 13:06:33 +08:00 |
|
Marc Häfner
|
b8d695a4e1
|
Compiled JavaScript files for improved literal mode.
|
2013-03-15 03:26:12 +01:00 |
|
Demian Ferreiro
|
f0fcf4aee0
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/helpers.js
lib/coffee-script/lexer.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/command.coffee
src/helpers.coffee
src/lexer.coffee
src/nodes.coffee
test/helpers.coffee
|
2013-03-10 20:29:36 -03:00 |
|
Jeremy Ashkenas
|
de8ec2beb0
|
Fixes #1066 -- interpolated strings are not implicit funcs
|
2013-03-05 21:28:29 +13:00 |
|
Demian Ferreiro
|
5da7f6a488
|
Get rid of CompilationError and instead have a couple of functions on helpers.coffee
|
2013-03-05 01:13:46 -03:00 |
|
Jeremy Ashkenas
|
1b573412d3
|
cleaning up the previous merge -- moving it out to helpers.invertLiterate
|
2013-03-05 15:45:57 +13:00 |
|
Demian Ferreiro
|
b400047045
|
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
Conflicts:
Cakefile
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/helpers.coffee
src/nodes.coffee
src/repl.coffee
|
2013-03-04 23:42:47 -03:00 |
|
Michael Smith
|
fca68717ff
|
Fix #2768: rewrite literate code before the join
|
2013-03-04 18:30:24 -08:00 |
|
Marc Häfner
|
ebff9fbc31
|
Exclude preceding newlines from INDENT tokens.
Produces more meanignful locationData.
|
2013-03-05 00:03:08 +01:00 |
|
Marc Häfner
|
97a41adf0c
|
Fix location of tokens with no length
by actually using the computed offset.
|
2013-03-05 00:01:17 +01:00 |
|
Jeremy Ashkenas
|
eef83a9fcb
|
CoffeeScript 1.6.1
|
2013-03-05 11:07:16 +13:00 |
|
Jeremy Ashkenas
|
9f614fedec
|
CoffeeScript 1.6.0
|
2013-03-05 08:19:08 +13:00 |
|
Jeremy Ashkenas
|
b3452c1276
|
Fixes #2508 -- existential access of the prototype.
|
2013-03-04 22:07:47 +13:00 |
|
Marc Häfner
|
3c38a34ab2
|
Fix line numbers when first line is indented.
* Offset @chunkLine for inserted line break.
* Avoid line break insertion for blank lines.
|
2013-03-01 21:30:07 +01:00 |
|
Jeremy Ashkenas
|
e70dd156b0
|
Fixing heredocs in literate coffeescript
|
2013-03-01 07:42:12 +13:00 |
|
Demian Ferreiro
|
7e5f1b14a3
|
Pass 0-based indexes to CompilerError
|
2013-02-25 15:12:25 -03:00 |
|
Demian Ferreiro
|
25091fb2a0
|
Improved lexer error messages
|
2013-02-25 14:41:34 -03:00 |
|
Demian Ferreiro
|
f609036bee
|
Remove unnecessary returns and use default parameters
|
2013-02-25 10:44:56 -03:00 |
|
Jeremy Ashkenas
|
af53c230a1
|
CoffeeScript 1.5.0
|
2013-02-25 21:12:22 +13:00 |
|
Jeremy Ashkenas
|
5e498ca395
|
merged
|
2013-02-25 17:41:27 +13:00 |
|
Michael Ficarra
|
5ae9c5d947
|
compile a320e1e535
|
2013-02-24 21:12:57 -06:00 |
|
Michael Ficarra
|
2402f9774a
|
Revert "Moving the 'generated by coffeescript version X' comment to the bottom, to get it out of the way"
This reverts commit b31cc70235.
|
2013-02-24 21:11:43 -06:00 |
|
Jason Walton
|
fe45f1bf35
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/coffee-script/grammar.js
lib/coffee-script/rewriter.js
src/grammar.coffee
src/rewriter.coffee
|
2013-02-06 10:29:19 -05:00 |
|
Jeremy Ashkenas
|
b31cc70235
|
Moving the 'generated by coffeescript version X' comment to the bottom, to get it out of the way
|
2013-02-02 10:42:46 +11:00 |
|
Jason Walton
|
f67da27d2f
|
Add unit tests, fix last_column reporting.
|
2013-01-14 17:11:07 -05:00 |
|
Jason Walton
|
bbbf612f29
|
Put location data in token[2] instead of in token.locationData
|
2013-01-14 15:20:35 -05:00 |
|
Jason Walton
|
a1ba0a89f8
|
Merge remote-tracking branch 'origin/master'
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/lexer.js
lib/coffee-script/parser.js
src/lexer.coffee
|
2013-01-14 14:26:06 -05:00 |
|
satyr
|
9595b30d6f
|
fix tabbed literate code
|
2013-01-10 06:24:12 +09:00 |
|
Jeremy Ashkenas
|
69ef1abdf6
|
Fixes #2389 -- strip the BOM for once and for all
|
2013-01-06 18:56:58 -10:00 |
|
Jeremy Ashkenas
|
cd2444e546
|
Fixes #2645 -- block comments should always be closed
|
2013-01-05 18:04:16 -10:00 |
|
Jeremy Ashkenas
|
025b0be31b
|
Correct line numbers in literate coffeescript syntax errors
|
2013-01-04 17:23:18 -10:00 |
|
Jeremy Ashkenas
|
ba08a21d21
|
bumping version to 1.5.0-pre
|
2013-01-04 09:35:20 -10:00 |
|
Jeremy Ashkenas
|
48d625816c
|
Merge branch 'master' into literate
|
2013-01-04 09:07:09 -10:00 |
|
Jason Walton
|
969e45a599
|
Fix TODO in interpolateString.
|
2012-11-20 12:05:59 -05:00 |
|
Jason Walton
|
df6c497ab0
|
Clean up TODOs
|
2012-11-19 17:37:46 -05:00 |
|
Jason Walton
|
bb94e02fad
|
Lexer now adds location data, including first/last line/column to all generated tokens.
|
2012-11-16 19:09:56 -05:00 |
|
Jason Walton
|
7c77a5d3c8
|
Fix line numbers for TERMINATOR tokens.
|
2012-11-14 14:38:02 -05:00 |
|
Jeremy Ashkenas
|
158d37215a
|
CoffeeScript 1.4.0
|
2012-10-23 16:45:31 -04:00 |
|
Jeremy Ashkenas
|
4fb3a312b0
|
fixing block comment indentation
|
2012-09-25 19:35:02 -05:00 |
|
Jeremy Ashkenas
|
82fadea1ed
|
first working version of literate coffeescript
|
2012-09-25 19:15:40 -05:00 |
|
Jeremy Ashkenas
|
bb194dc6c6
|
start with comments...
|
2012-09-25 18:10:43 -05:00 |
|
Michael Ficarra
|
1b14c035e7
|
fixes #2521: line numbers in errors affected by newlines in backticks
|
2012-08-29 12:54:50 -05:00 |
|
Michael Ficarra
|
6417cf4d1b
|
removed duplicate "let" in RESERVED list
thanks @phleet for finding it:
161e9a6559 (commitcomment-1448952)
|
2012-06-12 15:16:50 -05:00 |
|
Michael Ficarra
|
1731f7d321
|
rebuild after merging #2371
|
2012-06-06 19:39:17 -05:00 |
|
Michael Ficarra
|
972a5299d5
|
correct spacing around operators in slice output
|
2012-05-20 16:32:10 -04:00 |
|