Jeremy Ashkenas
|
c067808b54
|
CoffeeScript 0.6.0 is on the books.
0.6.0
|
2010-04-03 20:43:50 -04:00 |
|
Jeremy Ashkenas
|
59ae79d8fb
|
rebuilding the docs with the fixed highlighter for '@' and regexes.
|
2010-04-03 19:10:26 -04:00 |
|
Jeremy Ashkenas
|
ad1c5e1884
|
merging non-func-constructor-fix, but a little more forgiving.
|
2010-04-03 14:53:26 -04:00 |
|
Stan Angeloff
|
9958cedd89
|
Throwing proper error when "constructor" is not a function within a class body.
|
2010-04-03 21:43:42 +03:00 |
|
Jeremy Ashkenas
|
d1aaed4430
|
Merge branch 'master' of git://github.com/Tesco/coffee-script
|
2010-04-03 12:21:31 -04:00 |
|
Tim Jones
|
89debc87b2
|
Removing {@prop: value} from the grammar.
|
2010-04-04 04:18:29 +12:00 |
|
Jeremy Ashkenas
|
9d2c81ea54
|
rebuilding the docs with new pygments, no errors on '@'
|
2010-04-03 12:01:46 -04:00 |
|
Jeremy Ashkenas
|
44765907b3
|
tiny tweak
|
2010-04-03 11:16:49 -04:00 |
|
Jeremy Ashkenas
|
4a85f3d499
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
|
Jeremy Ashkenas
|
f99b5ad463
|
Merging Tesco's invoking-this-fix
|
2010-04-03 09:58:45 -04:00 |
|
Tim Jones
|
8fc631269b
|
Added a rule to prevent invoking THIS.
|
2010-04-03 14:14:16 +13:00 |
|
Tim Jones
|
a1975583a7
|
Added THIS to CALLABLE.
|
2010-04-03 13:58:21 +13:00 |
|
Jeremy Ashkenas
|
1c628e7883
|
fixing parens-around-implicit-function-with-multiline-chained-chaser bug
|
2010-04-01 23:38:20 -04:00 |
|
Jeremy Ashkenas
|
3605168e85
|
fixing single evaluation of functions used in chained comparisons wrapped in parentheses.
|
2010-03-31 22:48:47 -04:00 |
|
Jeremy Ashkenas
|
f86fca2739
|
merged tanob's fix for installing outside of /usr/local without a /bin
|
2010-03-31 21:30:14 -04:00 |
|
Adriano Bonat
|
0410748e2d
|
Merge remote branch 'upstream/master'
|
2010-03-31 22:14:26 -03:00 |
|
Adriano Bonat
|
2172878f21
|
When installing in different prefixes, prefix + '/bin' may not exist.
|
2010-03-31 09:38:05 -03:00 |
|
Jeremy Ashkenas
|
d3a51fbfa1
|
stylistics: removing a bunch of unecessary parentheses
|
2010-03-31 00:17:49 -04:00 |
|
Jeremy Ashkenas
|
aae2405de4
|
removing all of the 'type' tags from the Nodes. Simply using constructor.name instead.
|
2010-03-31 00:04:14 -04:00 |
|
Jeremy Ashkenas
|
2b578367a9
|
rebuilding the source documentation with the new utility refactors
|
2010-03-30 23:53:02 -04:00 |
|
Jeremy Ashkenas
|
f9b028b78c
|
__extend back to __extends, as is the correct name.
|
2010-03-30 20:15:51 -04:00 |
|
Jeremy Ashkenas
|
572aa4e98f
|
reverting the grammar to the pre-slice notation.
|
2010-03-30 20:11:40 -04:00 |
|
Jeremy Ashkenas
|
864275f07e
|
removing __range, and all the slice behavior it enabled. If you can't do array[-1], then you shouldn't be able to do array[0..-1] -- it's just too inconsistent.
|
2010-03-30 20:06:44 -04:00 |
|
Jeremy Ashkenas
|
998a7c8cb0
|
more cleanups, added a utility helper function to the codegen
|
2010-03-30 19:48:37 -04:00 |
|
Jeremy Ashkenas
|
6d7a04228f
|
another reshuffle ... removed utilities.coffee entirely.
|
2010-03-30 19:42:09 -04:00 |
|
Jeremy Ashkenas
|
4a8c2e8a13
|
more refactors to utilities ... removing dependencies and the namespacing
|
2010-03-30 19:27:38 -04:00 |
|
Jeremy Ashkenas
|
f3a60edc5d
|
simplifying the lookup of the top-level scope object
|
2010-03-30 19:21:14 -04:00 |
|
Jeremy Ashkenas
|
1e1146d61d
|
more utility simplifications
|
2010-03-30 19:17:40 -04:00 |
|
Jeremy Ashkenas
|
832e1d8cb8
|
Utilities doesn't need to be a class, and removing __utilities.keys
|
2010-03-30 19:00:59 -04:00 |
|
Jeremy Ashkenas
|
4936211a9c
|
modified shorter imlementation of bind
|
2010-03-30 18:49:55 -04:00 |
|
Jeremy Ashkenas
|
f0d731009f
|
merged matehat's utility branch, arraySlice -> slice, removed dead dependency...
|
2010-03-30 18:27:53 -04:00 |
|
Jeremy Ashkenas
|
a6248d03e5
|
Merge branch 'slice' of git://github.com/matehat/coffee-script
|
2010-03-30 18:19:41 -04:00 |
|
Jeremy Ashkenas
|
a934cf4947
|
make JSLint happy about the while condition
|
2010-03-30 18:19:09 -04:00 |
|
matehat
|
c498b7090e
|
Removed __splice in the same manner
|
2010-03-30 18:14:51 -04:00 |
|
matehat
|
ca9e45e8af
|
Removed the __slice method, in favor of the native array slice method
|
2010-03-30 17:57:23 -04:00 |
|
matehat
|
97096696a2
|
Put back every utility functions on the global scope, automatically prefixed with __ and set them dynamically as reserved on the lexer.
|
2010-03-30 16:48:43 -04:00 |
|
matehat
|
27fb3763b4
|
A set of improvements on previous code
|
2010-03-30 16:14:07 -04:00 |
|
matehat
|
da43c70488
|
Merged in StanAngeloff excellent slice branch, applying recent factoring of utility functions
|
2010-03-30 15:43:30 -04:00 |
|
Stan Angeloff
|
76ade0cb4d
|
Removing vendor specific files for measurement tests.
|
2010-03-30 14:33:57 -04:00 |
|
Stan Angeloff
|
09e1526bca
|
Removing commented code in compile_splice -- this is working correctly now.
|
2010-03-30 14:33:57 -04:00 |
|
Stan Angeloff
|
7d1fbeb708
|
Re-compiling the core using the new __slice and __splice functions.
|
2010-03-30 14:32:37 -04:00 |
|
Stan Angeloff
|
15217c705e
|
Allowing for negative indices in slice literals.
|
2010-03-30 14:30:15 -04:00 |
|
matehat
|
9f108e87eb
|
Removed unused __hasProp assignment and declared Coffeescript a reserved name
|
2010-03-30 11:20:53 -04:00 |
|
matehat
|
1e786d6d8b
|
Removed unnecessary check
|
2010-03-30 10:58:21 -04:00 |
|
matehat
|
0557eb9b93
|
Removed hard-coding of utility object name
|
2010-03-30 09:08:16 -04:00 |
|
matehat
|
241f6f3068
|
Applied the utility factoring into a "Coffeescript" object to the core. All tests pass fast.
|
2010-03-30 09:02:51 -04:00 |
|
Jeremy Ashkenas
|
326656245a
|
using the new static properties of class definitions in the CoffeeScript compiler -- it's hardly used.
|
2010-03-29 21:49:20 -04:00 |
|
Jeremy Ashkenas
|
177ec92c39
|
adding class methods to class definition syntax, using '@'
|
2010-03-29 21:43:12 -04:00 |
|
Jeremy Ashkenas
|
711dacae5f
|
more little documentation for the rewriter ... moving along
|
2010-03-29 21:22:12 -04:00 |
|
Jeremy Ashkenas
|
c19183118e
|
removing a case from Rewriter#add_implicit_parentheses that apparently never happens...
|
2010-03-29 20:52:22 -04:00 |
|