summaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-22 06:34:15 +0000
committerChris Lattner <sabre@nondot.org>2007-10-22 06:34:15 +0000
commite6c9104eb92c9ef595d0b6f352e311164287a7f1 (patch)
tree50f5c8d444ab2e82bb8997742e7ee090a9f0fe37 /docs/tutorial/index.html
parentd2ae9a9481cd00838fa5fe4b667a5e15c2044c19 (diff)
downloadllvm-e6c9104eb92c9ef595d0b6f352e311164287a7f1.tar.gz
llvm-e6c9104eb92c9ef595d0b6f352e311164287a7f1.tar.bz2
llvm-e6c9104eb92c9ef595d0b6f352e311164287a7f1.tar.xz
Check in part 2: parser and ast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index acaee03367..6991adfe6f 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -28,7 +28,7 @@
<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><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
<li>Implementing code generation to LLVM IR</li>
<li>Adding JIT codegen support</li>
<li>Extending the language: if/then/else</li>