3 A Tiger-compiler implementation in (OCa)ML
9 - [-] testing framework
10 - [x] run arbitrary code snippets
11 - [x] check non-failures
12 - [x] check expected output
13 - [-] check expected exceptions
15 - [ ] generalized expect `Output ('a option) | Exception of (exn -> bool)`
16 - [x] run all book test case files
17 - [-] grid view (cols: lex, pars, semant, etc.; rows: test cases.)
24 - [x] ch 1: Warm-up AST
29 - [-] ch 5: Semantic Analysis (type checking)
30 #### TODO (short-term)
31 - [ ] ch 6: Activation Records
32 - [ ] ch 7: Translation to Intermediate Code
33 - [ ] ch 08: Basic Blocks and Traces
34 - [ ] ch 09: Instruction Selection
35 - [ ] ch 10: Liveness Analysis
36 - [ ] ch 11: Register Allocation
37 - [ ] ch 12: Putting It All Together
39 - [ ] ch 13: Garbage Collection
40 - [ ] ch 15: Functional Programming Languages
41 - [ ] ch 16: Polymorphic Types
42 - [ ] ch 17: Dataflow Analysis
43 - [ ] ch 18: Loop Optimizations
44 - [ ] ch 19: Static Single-Assignment Form
45 - [ ] ch 20: Pipelining and Scheduling
46 - [ ] ch 21: The Memory Hierarchy
48 - [ ] ch 14: Object-Oriented Languages
55 #### shift/reduce conflicts
56 ##### grouping consecutive declarations
64 Will most-likely compile to RISC and execute using SPIM (as favored by Appel)