Navigation Menu

Skip to content

Commit

Permalink
Regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Mar 24, 2011
1 parent cf35a8c commit 6741dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/_site/doc/en/bytecode-compiler/generator/index.html
Expand Up @@ -130,7 +130,7 @@ <h2>Generator</h2>

<p>A <code>Generator</code> provides a pure-Ruby DSL for generating Rubinius bytecode.
At its core, the <code>Generator</code> provides methods that map directly to
<a href="/virtual-machine/instructions/">Rubinius Instructions</a>. For instance,
<a href="/doc/en/virtual-machine/instructions/">Rubinius Instructions</a>. For instance,
to create an instruction to push a nil onto the stack, you could call
the method <code>push_nil</code> on a <code>Generator</code> instance.</p>

Expand Down Expand Up @@ -229,7 +229,7 @@ <h2 id="files-referenced">Files Referenced</h2>
<ul>
<li><em>lib/compiler/generator_methods.rb</em>: A generated file containing Ruby
wrappers around the Rubinius instructions. These methods map directly
onto the <a href="/virtual-machine/instructions/">Rubinius Instructions</a></li>
onto the <a href="/doc/en/virtual-machine/instructions/">Rubinius Instructions</a></li>
<li><em>lib/compiler/generator.rb</em>: The definition of the <code>Generator</code> object.
This class mixes in the raw generator methods, and defines a number of
higher level APIs for generating common bytecode patterns.</li>
Expand All @@ -245,7 +245,7 @@ <h2 id="customization">Customization</h2>

<p>You can also customize which generator class is passed in. To learn
more about customizing individual compiler stages or the compiler
pipeline, please read <a href="/bytecode-compiler/customization/">Customizing the Compiler
pipeline, please read <a href="/doc/en/bytecode-compiler/customization/">Customizing the Compiler
Pipeline</a>.</p>


Expand Down

0 comments on commit 6741dae

Please sign in to comment.