Starting compiler work. Adding pass TODOs.

This commit is contained in:
Ben Vanik
2013-12-07 01:36:13 -08:00
parent fdb6a5cfa3
commit c2113c116d
16 changed files with 509 additions and 138 deletions

View File

@@ -22,6 +22,8 @@ class Label;
class Block {
public:
Arena* arena;
Block* next;
Block* prev;