From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tutorial/LangImpl5.html | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) (limited to 'docs/tutorial/LangImpl5.html') diff --git a/docs/tutorial/LangImpl5.html b/docs/tutorial/LangImpl5.html index 2c1a07f..4fbf7be 100644 --- a/docs/tutorial/LangImpl5.html +++ b/docs/tutorial/LangImpl5.html @@ -11,7 +11,7 @@ -
Kaleidoscope: Extending the Language: Control Flow
+

Kaleidoscope: Extending the Language: Control Flow

- +

Chapter 5 Introduction

@@ -65,7 +65,7 @@ have an if/then/else expression plus a simple 'for' loop.

- +

If/Then/Else

@@ -111,8 +111,7 @@ pieces.

- +

Lexer Extensions for If/Then/Else

@@ -146,8 +145,7 @@ stuff:

- +

AST Extensions for If/Then/Else

@@ -172,8 +170,7 @@ public:
- +

Parser Extensions for If/Then/Else

@@ -231,7 +228,7 @@ static ExprAST *ParsePrimary() {
- +

LLVM IR for If/Then/Else

@@ -347,8 +344,7 @@ directly.

- +

Code Generation for If/Then/Else

@@ -501,7 +497,7 @@ another useful expression that is familiar from non-functional languages...

- +

'for' Loop Expression

@@ -536,8 +532,7 @@ support this.

- +

Lexer Extensions for the 'for' Loop

@@ -566,8 +561,7 @@ the 'for' Loop
- +

AST Extensions for the 'for' Loop

@@ -593,8 +587,7 @@ public:
- +

Parser Extensions for the 'for' Loop

@@ -653,8 +646,7 @@ static ExprAST *ParseForExpr() {
- +

LLVM IR for the 'for' Loop

@@ -699,8 +691,7 @@ expressions, and some basic blocks. Lets see how this fits together.

- +

Code Generation for the 'for' Loop

@@ -877,7 +868,7 @@ language.

- +

Full Code Listing

-- cgit v1.1