Commit Graph

3 Commits

Author SHA1 Message Date
Bob Nystrom
d076abc8b1 docs: add script file format and reserved words sections to syntax docs
Expand the syntax documentation with a new section explaining Wren's script file format (.wren extension) and top-to-bottom execution model. Replace the previous "Literals" section with a comprehensive list of reserved words, and add a new "Newlines" section covering line break handling in the language.
2013-12-05 05:51:23 +00:00
Bob Nystrom
f4982f7b21 docs: add classes documentation content, usage page stub, and fix page title in template
Add full introductory content to the classes documentation page covering class definition, inheritance, and the Object superclass. Create a new usage documentation page with a TODO placeholder. Update the HTML page title format from "wren {title}" to "Wren - {title}" and add a navigation link to the new usage page.
2013-11-23 22:52:50 +00:00
Bob Nystrom
67c9435b03 feat: add initial documentation site with markdown pages and build script 2013-11-22 05:38:36 +00:00