doc-src/TutorialI/CodeGen/document/CodeGen.tex
changeset 10878 b254d5ad6dd4
parent 10795 9e888d60d3e5
child 10971 6852682eaf16
equal deleted inserted replaced
10877:6417de2029b0 10878:b254d5ad6dd4
     1 %
     1 %
     2 \begin{isabellebody}%
     2 \begin{isabellebody}%
     3 \def\isabellecontext{CodeGen}%
     3 \def\isabellecontext{CodeGen}%
     4 %
     4 %
     5 \isamarkupsection{Case study: compiling expressions%
     5 \isamarkupsection{Case Study: Compiling Expressions%
     6 }
     6 }
     7 %
     7 %
     8 \begin{isamarkuptext}%
     8 \begin{isamarkuptext}%
     9 \label{sec:ExprCompiler}
     9 \label{sec:ExprCompiler}
    10 The task is to develop a compiler from a generic type of expressions (built
    10 The task is to develop a compiler from a generic type of expressions (built