3 front [
label=
"Front End" shape=
"box3d"]
;
4 calculator [
label=
"calculator.c" shape=
"note"]
;
5 parser [
label=
"parser.c" shape=
"note"]
;
6 tokens [
label=
"tokens.c" shape=
"note"]
;
7 commands [
label=
"commands.c" shape=
"note"]
;
8 operators [
label=
"operators.c" shape=
"note"]
;
9 variables [
label=
"variables.c" shape=
"note"]
;
10 stack [
label=
"stack.c" shape=
"note"]
;
15 calculator
-> commands
;
16 calculator
-> operators
;
18 calculator
-> variables
;
27 commands
-> variables
;