Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion asset/mustache/prev-next.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
{{/ has_prev }}
{{# has_up }}
<a href="{{ up_file }}.html" title="{{ up }}">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
{{/ has_up }}
{{# has_next }}
<a href="{{ next_file }}.html" title="{{ next }}" class="right">Next&nbsp;&rarr;</a>
{{/ has_next }}
</div>
</div>
10 changes: 8 additions & 2 deletions site/a-bytecode-virtual-machine.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ <h2><small>III</small>A Bytecode Virtual Machine</h2>
<div class="prev-next">
<a href="inheritance.html" title="Inheritance" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="chunks-of-bytecode.html" title="Chunks of Bytecode" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -101,8 +104,11 @@ <h2><small>III</small>A Bytecode Virtual Machine</h2>
<div class="prev-next">
<a href="inheritance.html" title="Inheritance" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="chunks-of-bytecode.html" title="Chunks of Bytecode" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/a-map-of-the-territory.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ <h3><a href="#top">A Map of the Territory<small>2</small></a></h3>
<div class="prev-next">
<a href="introduction.html" title="Introduction" class="left">&larr;&nbsp;Previous</a>
<a href="welcome.html" title="Welcome">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="the-lox-language.html" title="The Lox Language" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -79,8 +82,11 @@ <h3><a href="#top">A Map of the Territory<small>2</small></a></h3>
<div class="prev-next">
<a href="introduction.html" title="Introduction" class="left">&larr;&nbsp;Previous</a>
<a href="welcome.html" title="Welcome">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="the-lox-language.html" title="The Lox Language" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/a-tree-walk-interpreter.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ <h2><small>II</small>A Tree-Walk Interpreter</h2>
<div class="prev-next">
<a href="the-lox-language.html" title="The Lox Language" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="scanning.html" title="Scanning" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -87,8 +90,11 @@ <h2><small>II</small>A Tree-Walk Interpreter</h2>
<div class="prev-next">
<a href="the-lox-language.html" title="The Lox Language" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="scanning.html" title="Scanning" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/a-virtual-machine.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ <h3><a href="#top">A Virtual Machine<small>15</small></a></h3>
<div class="prev-next">
<a href="chunks-of-bytecode.html" title="Chunks of Bytecode" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="scanning-on-demand.html" title="Scanning on Demand" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -79,8 +82,11 @@ <h3><a href="#top">A Virtual Machine<small>15</small></a></h3>
<div class="prev-next">
<a href="chunks-of-bytecode.html" title="Chunks of Bytecode" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="scanning-on-demand.html" title="Scanning on Demand" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ <h2><small></small>Acknowledgements</h2>
<div class="prev-next">
<a href="dedication.html" title="Dedication" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="contents.html" title="Table of Contents" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand All @@ -61,8 +64,11 @@ <h2><small></small>Acknowledgements</h2>
<div class="prev-next">
<a href="dedication.html" title="Dedication" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="contents.html" title="Table of Contents" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/appendix-i.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ <h3><a href="#top">Appendix I<small>A1</small></a></h3>
<div class="prev-next">
<a href="backmatter.html" title="Backmatter" class="left">&larr;&nbsp;Previous</a>
<a href="backmatter.html" title="Backmatter">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="appendix-ii.html" title="Appendix II" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand All @@ -71,8 +74,11 @@ <h3><a href="#top">Appendix I<small>A1</small></a></h3>
<div class="prev-next">
<a href="backmatter.html" title="Backmatter" class="left">&larr;&nbsp;Previous</a>
<a href="backmatter.html" title="Backmatter">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="appendix-ii.html" title="Appendix II" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/appendix-ii.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ <h3><a href="#top">Appendix II<small>A2</small></a></h3>
<div class="prev-next">
<a href="appendix-i.html" title="Appendix I" class="left">&larr;&nbsp;Previous</a>
<a href="backmatter.html" title="Backmatter">&uarr;&nbsp;Up</a>
</div> </div>
//
<a href="contents.html" title="Contents">Contents</a>
</div>
</div>
</nav>

<nav class="narrow">
Expand All @@ -69,7 +72,10 @@ <h3><a href="#top">Appendix II<small>A2</small></a></h3>
<div class="prev-next">
<a href="appendix-i.html" title="Appendix I" class="left">&larr;&nbsp;Previous</a>
<a href="backmatter.html" title="Backmatter">&uarr;&nbsp;Up</a>
</div> </div>
//
<a href="contents.html" title="Contents">Contents</a>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/backmatter.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ <h2><small></small>Backmatter</h2>
<div class="prev-next">
<a href="optimization.html" title="Optimization" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="appendix-i.html" title="Appendix I" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand All @@ -71,8 +74,11 @@ <h2><small></small>Backmatter</h2>
<div class="prev-next">
<a href="optimization.html" title="Optimization" class="left">&larr;&nbsp;Previous</a>
<a href="contents.html" title="Table of Contents">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="appendix-i.html" title="Appendix I" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/calls-and-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ <h3><a href="#top">Calls and Functions<small>24</small></a></h3>
<div class="prev-next">
<a href="jumping-back-and-forth.html" title="Jumping Back and Forth" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="closures.html" title="Closures" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -85,8 +88,11 @@ <h3><a href="#top">Calls and Functions<small>24</small></a></h3>
<div class="prev-next">
<a href="jumping-back-and-forth.html" title="Jumping Back and Forth" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="closures.html" title="Closures" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/chunks-of-bytecode.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ <h3><a href="#top">Chunks of Bytecode<small>14</small></a></h3>
<div class="prev-next">
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="a-virtual-machine.html" title="A Virtual Machine" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -85,8 +88,11 @@ <h3><a href="#top">Chunks of Bytecode<small>14</small></a></h3>
<div class="prev-next">
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="a-virtual-machine.html" title="A Virtual Machine" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/classes-and-instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ <h3><a href="#top">Classes and Instances<small>27</small></a></h3>
<div class="prev-next">
<a href="garbage-collection.html" title="Garbage Collection" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="methods-and-initializers.html" title="Methods and Initializers" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -79,8 +82,11 @@ <h3><a href="#top">Classes and Instances<small>27</small></a></h3>
<div class="prev-next">
<a href="garbage-collection.html" title="Garbage Collection" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="methods-and-initializers.html" title="Methods and Initializers" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ <h3><a href="#top">Classes<small>12</small></a></h3>
<div class="prev-next">
<a href="resolving-and-binding.html" title="Resolving and Binding" class="left">&larr;&nbsp;Previous</a>
<a href="a-tree-walk-interpreter.html" title="A Tree-Walk Interpreter">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="inheritance.html" title="Inheritance" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -87,8 +90,11 @@ <h3><a href="#top">Classes<small>12</small></a></h3>
<div class="prev-next">
<a href="resolving-and-binding.html" title="Resolving and Binding" class="left">&larr;&nbsp;Previous</a>
<a href="a-tree-walk-interpreter.html" title="A Tree-Walk Interpreter">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="inheritance.html" title="Inheritance" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/closures.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ <h3><a href="#top">Closures<small>25</small></a></h3>
<div class="prev-next">
<a href="calls-and-functions.html" title="Calls and Functions" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="garbage-collection.html" title="Garbage Collection" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -81,8 +84,11 @@ <h3><a href="#top">Closures<small>25</small></a></h3>
<div class="prev-next">
<a href="calls-and-functions.html" title="Calls and Functions" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="garbage-collection.html" title="Garbage Collection" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
10 changes: 8 additions & 2 deletions site/compiling-expressions.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ <h3><a href="#top">Compiling Expressions<small>17</small></a></h3>
<div class="prev-next">
<a href="scanning-on-demand.html" title="Scanning on Demand" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="types-of-values.html" title="Types of Values" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
</nav>

<nav class="narrow">
Expand Down Expand Up @@ -87,8 +90,11 @@ <h3><a href="#top">Compiling Expressions<small>17</small></a></h3>
<div class="prev-next">
<a href="scanning-on-demand.html" title="Scanning on Demand" class="left">&larr;&nbsp;Previous</a>
<a href="a-bytecode-virtual-machine.html" title="A Bytecode Virtual Machine">&uarr;&nbsp;Up</a>
//
<a href="contents.html" title="Contents">Contents</a>
<a href="types-of-values.html" title="Types of Values" class="right">Next&nbsp;&rarr;</a>
</div> </div>
</div>
</div>
<a id="expand-nav">≡</a>
</nav>
</div>
Expand Down
Loading