From 128eb863dfb242aac982b505a9aab06dc35be8d1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Nov 2007 19:06:59 +0000 Subject: add table of contents to each chapter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43723 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl7.html | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'docs/tutorial/LangImpl7.html') diff --git a/docs/tutorial/LangImpl7.html b/docs/tutorial/LangImpl7.html index 07dd5c620f..bea97e51da 100644 --- a/docs/tutorial/LangImpl7.html +++ b/docs/tutorial/LangImpl7.html @@ -14,19 +14,35 @@
Kaleidoscope: Extending the Language: Mutable Variables
+ +

Written by Chris Lattner

-
Part 7 Introduction
+
Chapter 7 Introduction
-

Welcome to Part 7 of the "Implementing a language with -LLVM" tutorial. In parts 1 through 6, we've built a very respectable, -albeit simple, Welcome to Chapter 7 of the "Implementing a language +with LLVM" tutorial. In chapters 1 through 6, we've built a very +respectable, albeit simple, functional programming language. In our journey, we learned some parsing techniques, how to build and represent an AST, how to build LLVM IR, and how to optimize -- cgit v1.2.3