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/LangImpl6.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs/tutorial/LangImpl6.html') diff --git a/docs/tutorial/LangImpl6.html b/docs/tutorial/LangImpl6.html index 5a184c2c18..978ba8e1cd 100644 --- a/docs/tutorial/LangImpl6.html +++ b/docs/tutorial/LangImpl6.html @@ -13,18 +13,31 @@
Kaleidoscope: Extending the Language: User-defined Operators
+ +

Written by Chris Lattner

-
Part 6 Introduction
+
Chapter 6 Introduction
-

Welcome to Part 6 of the "Implementing a language with -LLVM" tutorial. At this point in our tutorial, we now have a fully +

Welcome to Chapter 6 of the "Implementing a language +with LLVM" tutorial. At this point in our tutorial, we now have a fully functional language that is fairly minimal, but also useful. One big problem with it though is that it doesn't have many useful operators (like division, logical negation, or even any comparisons other than less-than.

-- cgit v1.2.3-70-g09d2