|
|
c27a094882
|
Reorganize superclass validation a bit.
|
2015-02-27 08:08:27 -08:00 |
|
|
|
f05d6143f5
|
Generating a runtime error on subclassing of builtins
As discussed in https://github.com/munificent/wren/issues/70, it is not allowed to subclass built-in types.
|
2015-02-25 20:13:37 +01:00 |
|
|
|
f482a53d0e
|
Define equality on ranges.
|
2015-01-25 19:50:54 -08:00 |
|
|
|
cff08f989b
|
Rename a couple of tests.
|
2015-01-24 14:42:25 -08:00 |
|
|
|
4977083904
|
Abstract List's toString method to a more general join method on Sequence.
|
2015-01-24 14:01:16 -08:00 |
|
|
|
4bc06a3acc
|
Add reduce test for ranges
|
2015-01-16 09:33:23 +01:00 |
|
|
|
d146018559
|
Convert all fns to block arg syntax.
|
2014-04-02 19:41:53 -07:00 |
|
|
|
f8a9d7f321
|
Make Sequence base class.
This lets us share functionality between List and Range (and
other user-defined sequence types).
|
2014-02-16 09:20:31 -08:00 |
|
|
|
59bb7eec7a
|
Remove some outdated TODOs.
They’re TODONE!
|
2014-02-13 08:38:44 -08:00 |
|
|
|
46c1ba9249
|
Fix #2. Finish implementing Range.
Covers error and edge cases and fully tested now.
|
2014-01-20 13:20:22 -08:00 |
|
|
|
97bf314f4b
|
Make Range a native object type.
Still need to implement better semantics, but this is an
important first step. It's much faster now too, which is good.
|
2014-01-20 08:45:15 -08:00 |
|