Republish docs.

This commit is contained in:
Bob Nystrom
2015-01-03 23:27:54 -08:00
parent eb449ccf73
commit 8edc610287
20 changed files with 1166 additions and 621 deletions

View File

@ -27,10 +27,9 @@
<h2>language</h2>
<ul>
<li><a href="syntax.html">Syntax</a></li>
<li><a href="method-calls.html">Method Calls</a></li>
<li><a href="expressions.html">Expressions</a></li>
<li><a href="variables.html">Variables</a></li>
<li><a href="branching.html">Branching</a></li>
<li><a href="looping.html">Looping</a></li>
<li><a href="control-flow.html">Control Flow</a></li>
<li><a href="error-handling.html">Error Handling</a></li>
</ul>
</section>
@ -58,7 +57,8 @@
</nav>
<main>
<h1>Maps</h1>
<p>Wren will have a built-in hash table type similar to objects in JavaScript and tables in Lua, but they haven't been implemented yet.</p>
<p>Wren will have a built-in hash table type similar to objects in JavaScript and
tables in Lua, but they haven't been implemented yet.</p>
</main>
</div>
<footer>