1
0
forked from Mirror/wren
Commit Graph

18 Commits

Author SHA1 Message Date
effa69f64e Tweak docs a bit. 2015-02-27 07:37:58 -08:00
7cb5de388d Merge branch 'doc-site-core-num' of git://github.com/hachibu/wren into hachibu-doc-site-core-num 2015-02-27 07:30:58 -08:00
ac70088e6b doc: add documentation for ceil, floor, .., and ... in num.markdown 2015-02-27 08:49:42 -05:00
96ceaa528b Allow empty argument list methods.
- Compile them as calls and definitions.
- Use them for call(), clear(), run(), try(), and yield().
- Update the docs.
2015-02-26 23:08:36 -08:00
4b88292ec1 Merge branch 'num-from-string' of git://github.com/gsmaverick/wren into gsmaverick-num-from-string 2015-02-25 06:53:12 -08:00
516808f6d2 Fix typo in docs. 2015-02-25 06:49:42 -08:00
03a5b96040 Add a fromString static method on Num that converts strings to numbers. 2015-02-22 20:06:17 -08:00
a9d9362e29 Fix some typos in fn docs. 2015-02-22 12:34:32 -08:00
bd97c244a5 Document removeAt() return value. Fix #176. 2015-02-22 10:26:31 -08:00
4579171afa Add remove() to Map. 2015-01-25 17:42:36 -08:00
0e6a90443e Add containsKey() to Map, and validate key types. 2015-01-25 12:39:19 -08:00
3061bdde7f Start documenting maps and work on some other docs a bit. 2015-01-25 11:08:13 -08:00
438e7bae3f Merge branch 'list-join' of git://github.com/gsmaverick/wren into gsmaverick-list-join 2015-01-24 14:39:45 -08:00
4977083904 Abstract List's toString method to a more general join method on Sequence. 2015-01-24 14:01:16 -08:00
efd161cea2 Add "arity" getter to Fn. 2015-01-23 20:33:05 -08:00
eb424f5c1a Make strings iterable over their code points.
I'm not sure why, but this also regresses perf:

binary_trees - wren            ..........  3290  0.30s   96.68% relative to baseline
delta_blue - wren              ..........  7948  0.13s   99.06% relative to baseline
fib - wren                     ..........  3165  0.32s   95.90% relative to baseline
for - wren                     ..........  8242  0.12s   96.00% relative to baseline
method_call - wren             ..........  5417  0.18s   78.74% relative to baseline

Need to investigate.
2015-01-22 20:58:22 -08:00
a5b00cebe7 Clarify how string subscripting handles UTF-8. 2015-01-22 16:38:03 -08:00
2a4804bbc9 Reorganize core library docs. 2015-01-18 15:36:36 -08:00