From 0bf330a1bc20af7ed416c789a010ca8d67551fac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Nov 2007 05:02:48 +0000 Subject: Add a real intro to the series. llvm-svn: 43752 --- 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 2406ebe1ebf..fe047c9d24a 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -27,7 +27,7 @@
  • Implementing a language with LLVM: Kaleidoscope
      -
    1. The basic language, with its lexer
    2. +
    3. Tutorial Introduction and the Lexer
    4. Implementing a Parser and AST
    5. Implementing Code Generation to LLVM IR
    6. Adding JIT and Optimizer Support
    7. -- cgit v1.2.3