Skip to content

Commit

Permalink
Reorganize the compiler documentation around the compilation stages a…
Browse files Browse the repository at this point in the history
…nd add a stub for a stage customization document
  • Loading branch information
wycats committed Feb 9, 2011
1 parent 48526ee commit c4bcccb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web/doc/en/bytecode-compiler.markdown
Expand Up @@ -25,9 +25,12 @@ stages, as well as their inputs and outputs, are illustrated below.
<img src="/images/compilation_process.png" alt="Compilation process" />
</div>

1. [Parser](/doc/en/bytecode-compiler/parser/)
1. [Parser Stage](/doc/en/bytecode-compiler/parser/)
1. [AST](/doc/en/bytecode-compiler/ast/)
1. [Compiler](/doc/en/bytecode-compiler/compiler/)
1. [Generator Stage](/doc/en/bytecode-compiler/generator/)
1. Encoder Stage
1. Packager Stage
1. Writer Stage
1. Printers
1. [Transformations](/doc/en/bytecode-compiler/transformations/)
1. [Generator](/doc/en/bytecode-compiler/generator/)
1. [Customizing the Pipeline](/doc/en/bytecode-compiler/customization/)
10 changes: 10 additions & 0 deletions web/doc/en/bytecode-compiler/customzation.markdown
@@ -0,0 +1,10 @@
---
layout: doc_en
title: Customizing the Compiler Pipeline
previous: Generator
previous_url: bytecode-compiler/generator
next: JIT Compiler
next_url: jit
review: true
---

0 comments on commit c4bcccb

Please sign in to comment.