Commit Graph
794 Commits
Author SHA1 Message Date
Bob Nystrom e6f3ee9191 Merge branch 'master' of https://github.com/munificent/wren 2015-03-13 07:25:12 -07:00
Bob Nystrom 860616244e Tweak precedence table styles a bit. 2015-03-13 07:24:45 -07:00
Bob Nystrom 06cea4f275 Merge branch 'ops-doc' of git://github.com/hachibu/wren into hachibu-ops-doc 2015-03-12 07:27:31 -07:00
Bob Nystrom 48163087de Merge pull request #215 from gsmaverick/spelling-fix
Fix spelling on error.
2015-03-12 07:26:29 -07:00
Bob Nystrom b4e029fbf3 Pass char* to error(). 2015-03-11 07:31:18 -07:00
hachibu 337ef467ed Add operator precedence table to documentation 2015-03-09 11:36:15 -04:00
Gavin Schulz 4895c78f9d Fix incorrect comment. 2015-03-08 18:22:17 -07:00
Gavin Schulz 28268f19ba Fix spelling on error. 2015-03-08 17:44:24 -07:00
Bob Nystrom 72baefe497 Clean up some outdated TODOs. 2015-03-07 14:10:34 -08:00
Bob Nystrom b36b71d3c6 Merge pull request #212 from soveran/io-read-eof
Change IO.read to return null on EOF
2015-03-07 13:47:07 -08:00
Bob Nystrom 98c5e04f9a Clean up internal Map API.
Thanks, Michel!
2015-03-07 12:41:18 -08:00
Bob Nystrom 05ba7d9fbf Add fiber features needed for to write an external scheduler:
- Allow yielding the main fiber. This exits the interpreter. The
  host can resume it by calling a method.
- Allow getting a reference to the current fiber.
2015-03-07 12:32:11 -08:00
Michel Martens 542a783cb4 Change IO.read to return null on EOF 2015-03-07 09:10:18 +00:00
Bob Nystrom 7aacf02a00 Tweak num methods a bit. 2015-03-06 22:52:42 -08:00
Bob Nystrom 632a01d584 Merge branch 'num_methods' of git://github.com/MarcoLizza/wren into MarcoLizza-num_methods 2015-03-06 22:43:02 -08:00
Bob Nystrom d35e3c917c Add count to Sequence. 2015-03-06 07:01:02 -08:00
Marco Lizza d56e2d6398 Removing old tests. 2015-03-05 11:27:56 +01:00
Marco Lizza 130d0df957 Fixing the test a bit. 2015-03-05 11:24:54 +01:00
Marco Lizza f0fec695bb Removing redundant 'div' method. 2015-03-05 09:48:52 +01:00
Marco Lizza 28cc520e55 Style combing for 'sign' method. 2015-03-05 00:47:54 +01:00
Marco Lizza 919950bc33 Fixing 'truncate', too. 2015-03-05 00:46:45 +01:00
Marco Lizza 15f73b43f0 Renaming 'decimal' as 'fraction'. 2015-03-05 00:45:30 +01:00
Bob Nystrom d722adddff Use more idiomatic loops in delta_blue. 2015-03-04 07:16:56 -08:00
Marco Lizza fde6f74d15 Adding tests. 2015-03-04 16:12:08 +01:00
Marco Lizza f33d89bd0b Adding integer division method ('div'). 2015-03-04 16:10:37 +01:00
Bob Nystrom 2b66880bb3 Simplify marking. 2015-03-04 07:08:48 -08:00
Marco Lizza 52ebb2b5d7 Consistency in variable names. :) 2015-03-04 14:46:24 +01:00
Marco Lizza fc866f896f Extending 'sign' method to handle also "equal to zero" case. 2015-03-04 14:45:51 +01:00
Marco Lizza 86e63dd597 Adding number 'sign' method. 2015-03-04 14:42:50 +01:00
Marco Lizza f494b526c7 Inverting 'decimal' and 'truncate'... opps! :D 2015-03-04 14:42:34 +01:00
Marco Lizza d6e9a49813 Adding 'decimal' and 'truncate' number methods. 2015-03-04 00:29:19 +01:00
Marco Lizza 5007e1ff33 Adding deg<->rad number conversion methods. 2015-03-04 00:28:44 +01:00
Bob Nystrom 90aa43450b Merge branch 'master' of git://github.com/bjorn/wren into bjorn-master 2015-03-03 07:23:47 -08:00
Bob Nystrom 87739e8730 Merge branch 'master' into mingw-fix 2015-03-03 07:20:43 -08:00
Bob Nystrom 28005ed47a Refactor number parsing a bit. 2015-03-03 07:17:56 -08:00
Gavin Schulz 0ec31433c8 Generate an error if a number literal is too large to be represented with the Num class. 2015-03-03 00:07:55 -08:00
Bob Nystrom 794d09ef15 Fix typo. 2015-03-02 07:32:09 -08:00
Bob Nystrom de80f1fd65 Add DEALLOCATE() macro. 2015-03-02 07:31:46 -08:00
Bob Nystrom 4cf23218f9 "Native" -> "primitive". Yay consistency! 2015-03-02 07:24:04 -08:00
Thorbjørn Lindeijer f10e0121b6 Two small doc fixes
* Fixed inconsistency in Lua vs. Wren example
* Fixed broken sentence
2015-03-01 23:14:32 +01:00
Thorbjørn Lindeijer 8f985847d4 Added Sequence.any as complement to Sequence.all 2015-03-01 23:14:32 +01:00
Bob Nystrom 208ae9f7f2 Handle cc not being defined by MSYS for MinGW. 2015-03-01 09:25:48 -08:00
Bob Nystrom 20b0188125 Merge branch 'master' of https://github.com/munificent/wren 2015-03-01 08:40:17 -08:00
Bob Nystrom ff9091cf63 Tweak static field docs a bit. 2015-03-01 08:39:53 -08:00
Bob Nystrom b2a7c5737c Merge branch 'static-fields-doc' of git://github.com/hachibu/wren into hachibu-static-fields-doc 2015-03-01 08:34:11 -08:00
Bob Nystrom 3168d240a6 Merge pull request #203 from hachibu/authors
authors: add myself to authors
2015-03-01 08:33:06 -08:00
Bob Nystrom 537cce1caa Merge branch 'master' of https://github.com/munificent/wren 2015-03-01 08:20:55 -08:00
hachibu 12f725f2ef authors: add myself to authors 2015-03-01 07:50:30 -05:00
Bob Nystrom e72eedc6f5 Merge pull request #202 from bjorn/fib
Made the fib benchmark a bit faster
2015-02-28 16:51:41 -08:00
Bob Nystrom a025e01971 Clean up some dumb mistakes. 2015-02-28 13:51:19 -08:00