slides/slides01.tex
changeset 334 fd89a63e9db3
parent 332 4755ad4b457b
child 428 a47c4227a0c6
equal deleted inserted replaced
333:8890852e18b7 334:fd89a63e9db3
    60                       node/.style={
    60                       node/.style={
    61                       rectangle,rounded corners=3mm,
    61                       rectangle,rounded corners=3mm,
    62                       very thick,draw=black!50,minimum height=18mm, minimum width=20mm,
    62                       very thick,draw=black!50,minimum height=18mm, minimum width=20mm,
    63                       top color=white,bottom color=black!20}]
    63                       top color=white,bottom color=black!20}]
    64 
    64 
    65   \node at (3.05, 1.8) {\Large\bf A Compiler};
    65   \node at (3.05, 1.8) {\Large\bf Write A Compiler};
    66 
    66 
    67   \node (0) at (-2.3,0) {}; 
    67   \node (0) at (-2.3,0) {}; 
    68   
    68   
    69   \node (A) at (0,0)  [node] {};
    69   \node (A) at (0,0)  [node] {};
    70   \node [below right] at (A.north west) {lexer};
    70   \node [below right] at (A.north west) {lexer};