diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-22 04:32:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-22 04:32:37 +0000 |
commit | 5e0f459da643ec5bb0bb48ddaa452e17748b1b2b (patch) | |
tree | 4ab743557556fb9404d0648282b438ef5dab7452 /llvm/docs/tutorial/index.html | |
parent | 5e63999d717b2e92d6be0bd6274328e0d95c1e70 (diff) | |
download | bcm5719-llvm-5e0f459da643ec5bb0bb48ddaa452e17748b1b2b.tar.gz bcm5719-llvm-5e0f459da643ec5bb0bb48ddaa452e17748b1b2b.zip |
add part 1, review appreciated.
llvm-svn: 43215
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 43c5dab5de2..acaee03367b 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -25,17 +25,18 @@ <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li> </ol> </li> - <li>Implementing a simple language with LLVM + <li>Implementing a language with LLVM: Kaleidoscope <ol> <li><a href="LangImpl1.html">The basic language, with its lexer</a></li> <li>Implementing a Parser and AST</li> <li>Implementing code generation to LLVM IR</li> + <li>Adding JIT codegen support</li> <li>Extending the language: if/then/else</li> <li>Extending the language: operator overloading</li> - <li>Adding JIT codegen support</li> + <li>Extending the language: mutable variables</li> <li>Thoughts and ideas for extensions</li> </ol></li> </ol> </body> -</html>
\ No newline at end of file +</html> |