From 5e0f459da643ec5bb0bb48ddaa452e17748b1b2b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Oct 2007 04:32:37 +0000 Subject: add part 1, review appreciated. llvm-svn: 43215 --- llvm/docs/tutorial/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm/docs/tutorial/index.html') 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 @@
  • Invoking the JIT
  • -
  • Implementing a simple language with LLVM +
  • Implementing a language with LLVM: Kaleidoscope
    1. The basic language, with its lexer
    2. Implementing a Parser and AST
    3. Implementing code generation to LLVM IR
    4. +
    5. Adding JIT codegen support
    6. Extending the language: if/then/else
    7. Extending the language: operator overloading
    8. -
    9. Adding JIT codegen support
    10. +
    11. Extending the language: mutable variables
    12. Thoughts and ideas for extensions
  • - \ No newline at end of file + -- cgit v1.2.3