Lines Matching refs:language
23 run through the implementation of a simple language, showing
28 This tutorial introduces the simple "Kaleidoscope" language, building it
30 over time. This lets us cover a range of language design and LLVM-specific
47 - `Chapter #1: Kaleidoscope language and Lexer <LangImpl01.html>`_ -
50 is also the first part of building a parser for a language, and we
64 the basic language up and running, we show how to extend
69 <LangImpl06.html>`_ - This chapter extends the language to let
72 "language" as library routines.
81 - `Chapter #9: Debug Information <LangImpl09.html>`_ - A real language
86 chapter wraps up the series by discussing ways to extend the language
94 language including a hand-written lexer, parser, AST, as well as code
97 target for language designers and others who need high performance code