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:
2
main.cpp
2
main.cpp
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user