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

@@ -28,7 +28,7 @@ int main(int argc, char* argv[]) {
RegEx::test();
Lexer::test();
//std::cout << strSlice("123", 0, -1) << std::endl;
Poset<int>::test(); //int specilization just for testing. test() is actually only in the int specilization
Poset<int>::test();
if (argc >= 3) {
std::string testResults, line;