Examples: Compiling Revisited

[   ] .. Index to Examples.
[   ] 11/01 Represent a comma-separated list of arithmetic expressions as a tree.
[   ] 11/02 Represent an arithmetic expression as a tree using a precedence table.
[   ] 11/03 Interpret an arithmetic expression.
[   ] 11/04 Represent a little language as a tree.
[   ] 11/05 Interpret a little language.
[   ] 11/06 Interpret typed expressions.
[   ] 11/07 Check and interpret typed expressions.
[   ] 11/08 Check a typed little language.
[   ] 11/09 Check and interpret a typed little language.
[   ] 11/10 Compile arithmetic expressions for a stack machine.
[   ] 11/11 Compile a little language for a stack machine.
[   ] 11/12 Check and compile a typed little language for a stack machine.