diff options
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> |