Posets now integrated into the CGenerator, so the CGenerator now chooses a valid order for the object definitions based on their dependence on each other. Another test now passing

This commit is contained in:
Nathan Braswell
2014-05-21 13:14:16 -04:00
parent d37a07201a
commit 0f6b6c0c67
4 changed files with 40 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
#include "Type.h"
#include "util.h"
#include "Poset.h"
class CGenerator {