1
0
forked from Mirror/wren
Commit Graph

67 Commits

Author SHA1 Message Date
d190254f4a Merge pull request #49 from skybrian/patch-1
Fix example of catching and printing an error
2015-01-02 20:09:43 -08:00
2abeb9ad2e Make first example correct (!). Fix #47. 2015-01-02 20:07:43 -08:00
46867d3540 Fix example of catching and printing an error
The output didn't match the source code.
(Tested.)
2015-01-02 14:12:53 -08:00
526a84c4d6 Remove pointless newline. 2015-01-02 07:59:31 -08:00
50be5971a4 Fix link to embedding API. 2015-01-01 22:59:38 -08:00
3640c66bfb Fix range in docs. 2015-01-01 22:48:43 -08:00
b876f4a51a More hacking on docs. 2015-01-01 20:45:15 -08:00
8ab91bf6c2 Fill in some more docs. 2015-01-01 18:48:59 -08:00
0882897c6b Write doc for error-handling. 2015-01-01 16:02:02 -08:00
d903ba0cbe Update benchmark chart in docs. 2014-12-07 14:34:17 -08:00
ac67386208 Add specialized instructions for loading some locals.
Not having to decode a separate arg byte improves some benchmarks:

binary_trees - wren           ..........  3094  0.32s  101.95% relative to baseline
delta_blue - wren             ..........  6555  0.15s  101.05% relative to baseline
fib - wren                    ..........  2326  0.43s  107.32% relative to baseline
for - wren                    ..........  6183  0.16s  102.81% relative to baseline
method_call - wren            ..........  4746  0.21s  105.97% relative to baseline
2014-12-06 19:59:11 -08:00
f6cbb6ad75 Add Fiber.try(). 2014-10-15 06:36:42 -07:00
24967ed4eb Endless site tweaking... 2014-10-04 09:57:40 -07:00
de59809b86 Tweak colors. 2014-09-14 09:39:44 -07:00
4dcb68d9b9 More work on the site.
- Tweaked the design a bunch.
- Started filling in core library docs.
- Fixed some other prose.
2014-08-24 09:09:10 -07:00
d5f68d70f0 Restyle site. 2014-08-19 07:35:20 -07:00
80a4eb8c9c Better error message on too many inherited fields. 2014-04-22 07:06:26 -07:00
f1c3bb0f37 Work on responsive CSS. 2014-04-20 21:42:17 -07:00
767e47bbf6 Benchmark chart. 2014-04-20 21:04:41 -07:00
d338ef2f07 Finish fiber docs. 2014-04-19 20:33:49 -07:00
c21821e161 Merge branch 'redesign' 2014-04-16 08:00:42 -07:00
2567c4846e Redesign site. 2014-04-16 08:00:15 -07:00
6677bde98c Tweak fiber docs a bit. 2014-04-15 06:47:16 -07:00
cd75e17f0d Docs docs docs. 2014-04-11 10:45:20 -07:00
634e4396cb Start working on a responsive design for the site. 2014-04-11 10:44:33 -07:00
1cd73e60da Write "Getting Started" page. 2014-04-09 07:53:30 -07:00
b2941cbbb6 Docs for operators and some other stuff. 2014-04-08 21:18:17 -07:00
45701692af Bring some more blue back into the stylesheet. 2014-04-08 07:46:47 -07:00
6b1b1083c9 Recolor doc site. 2014-04-07 21:03:16 -07:00
aab02bcded Tweak docs a bit. 2014-04-06 16:16:24 -07:00
a1118c332c IO.write -> IO.print in docs. 2014-04-06 08:38:00 -07:00
28021dc63e Redo site design. 2014-04-05 15:39:02 -07:00
bffb0e5d93 Start documenting functions. 2014-04-04 20:45:12 -07:00
97235caf9c Reword code size limit. 2014-02-19 07:14:46 -08:00
001a8fe54f Merge pull request #37 from zeckalpha/feature/docs-todos
Feature/docs todos
2014-02-19 07:12:33 -08:00
60613c486f Merge pull request #33 from zeckalpha/feature/docs-punctuation
Punctuation choices
2014-02-19 07:10:38 -08:00
9a566e8203 Strunk would be proud. 2014-02-17 13:56:41 -06:00
b59f33fa6f Merge pull request #36 from zeckalpha/feature/docs-title-in-template
Move title to left side for when there are many tabs open.
2014-02-17 10:27:27 -08:00
b0e2b29e41 Move title to left side for when there are many tabs open. 2014-02-16 22:02:04 -06:00
4eead2b611 Punctuation choices 2014-02-16 21:56:51 -06:00
5b8b06cf52 TODO note about refactoring classes and method-calls documentation. As a user of the documentation, I found some aspects confusing about this, particularly the operator section. There should be an example of how to define custom operators on the Classes page. 2014-02-16 21:56:21 -06:00
16756cb619 todo note about static methods 2014-02-16 21:56:14 -06:00
7ed6922c2c Change indentation to match 2 space indents seen elsewhere 2014-02-16 21:55:03 -06:00
3f96637274 Update a bunch of io to IO in docs. 2014-02-16 11:28:56 -06:00
b383b78863 Spelling typos in docs: "rivaling", "carnival" 2014-02-15 17:12:18 -06:00
e535d7a9e7 Conditional operator. 2014-02-15 11:36:01 -08:00
4e10445952 Work on class docs a bit. 2014-02-04 08:45:08 -08:00
3bc79af83a Docs for lists. 2014-01-31 17:51:09 -08:00
f2aeb30b31 Hack on the docs a bit. 2014-01-30 06:51:52 -08:00
95d239cd21 Lots of work on docs. 2014-01-20 21:44:51 -08:00