==================================================
Kaleidoscope: Extending the Language: Control Flow
==================================================
.. contents::
:local:
Chapter 5 Introduction
======================
Welcome to Chapter 5 of the "`Implementing a language with
LLVM <index.html>`_" tutorial. Parts 1-4 described the implementation of
the simple Kaleidoscope language and included support for generating
LLVM IR, followed by optimizations and a JIT compiler. Unfortunately, as
presented