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 | c38ef54f0b11dc980fc289c583ebad5264b46fff (patch) | |
tree | 5e94542a46166f64687f1187dd5c685762f2b088 /docs/tutorial/index.html | |
parent | 9de3c39bcf3e0fcd0e7c887ab812c505e0cca36b (diff) |
add part 1, review appreciated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r-- | docs/tutorial/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 43c5dab5de..acaee03367 100644 --- a/docs/tutorial/index.html +++ b/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> |