Commit Graph
5 Commits
Author SHA1 Message Date
Bob Nystrom aa72900a9e feat: replace IO class with System class and remove separate IO module
- Delete wren_io.c, wren_io.h, and io.wren source files
- Remove multi-arity print overloads and IO.read/IO.time methods
- Add System class with print, printAll, write, writeAll methods to core.wren
- Update all documentation examples and README to use System.print instead of IO.print
2015-09-15 14:46:09 +00:00
Starbeamrainbowlabs 50a8dcd084 style: lowercase io class title and fix newline formatting in IO.markdown docs 2015-06-27 11:50:29 +00:00
Starbeamrainbowlabs 4d8c490bb2 docs: add link to IO class documentation in core index page 2015-05-30 15:11:26 +00:00
Bob Nystrom 1d195f13ea docs: add core library overview, map class docs, and link value types to core classes 2015-01-25 19:08:13 +00:00
Bob Nystrom a74797f333 docs: split monolithic core-library.markdown into per-class docs under doc/site/core/ 2015-01-18 23:36:36 +00:00