equal
deleted
inserted
replaced
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}; |