From 3a48708c917b40f43d80b0e077d70b60ac6ec047 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Oct 2007 06:34:15 +0000 Subject: Check in part 2: parser and ast. llvm-svn: 43218 --- llvm/docs/tutorial/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/tutorial/index.html') diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index acaee03367b..6991adfe6f3 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -28,7 +28,7 @@
  • Implementing a language with LLVM: Kaleidoscope
    1. The basic language, with its lexer
    2. -
    3. Implementing a Parser and AST
    4. +
    5. Implementing a Parser and AST
    6. Implementing code generation to LLVM IR
    7. Adding JIT codegen support
    8. Extending the language: if/then/else
    9. -- cgit v1.2.3