diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:06:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-11-05 19:06:59 +0000 |
| commit | 639a18dc26a0a242da2d2124c1f109c017d00244 (patch) | |
| tree | 9d2ff6a99c9e7283b1c7735fc57a3e1f6bb7ec90 /llvm/docs/tutorial/LangImpl1.html | |
| parent | 1a30c18e88b7b70ca8169d9aaee2df76fb912a4f (diff) | |
| download | bcm5719-llvm-639a18dc26a0a242da2d2124c1f109c017d00244.tar.gz bcm5719-llvm-639a18dc26a0a242da2d2124c1f109c017d00244.zip | |
add table of contents to each chapter.
llvm-svn: 43723
Diffstat (limited to 'llvm/docs/tutorial/LangImpl1.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl1.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl1.html b/llvm/docs/tutorial/LangImpl1.html index 6325d3c2897..8d967508238 100644 --- a/llvm/docs/tutorial/LangImpl1.html +++ b/llvm/docs/tutorial/LangImpl1.html @@ -13,6 +13,16 @@ <div class="doc_title">Kaleidoscope: The basic language, with its lexer</div> +<ul> +<li>Chapter 1 + <ol> + <li><a href="#intro">Tutorial Introduction</a></li> + <li><a href="#language">The Basic Language</a></li> + <li><a href="#lexer">The Lexer</a></li> + </ol> +</li> +</ul> + <div class="doc_author"> <p>Written by <a href="mailto:sabre@nondot.org">Chris Lattner</a></p> </div> @@ -32,7 +42,7 @@ can extend to other languages and to play with other things. </div> <!-- *********************************************************************** --> -<div class="doc_section"><a name="language">The basic language</a></div> +<div class="doc_section"><a name="language">The Basic Language</a></div> <!-- *********************************************************************** --> <div class="doc_text"> @@ -99,7 +109,7 @@ a lot of fun to play with languages!</p> </div> <!-- *********************************************************************** --> -<div class="doc_section"><a name="language">The Lexer</a></div> +<div class="doc_section"><a name="lexer">The Lexer</a></div> <!-- *********************************************************************** --> <div class="doc_text"> |

