- Added specific calls to locate the command, rc: an rc. overrides.
This commit is contained in:
Paul Beckingham 2014-04-16 15:57:12 -04:00
parent ca8d22ab54
commit 9b0e4d6eb1

View file

@ -144,6 +144,9 @@ int main (int argc, const char** argv)
a3t.entity ("operator", "^");
a3t.entity ("operator", "!");
a3t.findFileOverride ();
a3t.findConfigOverride ();
Tree* tree = a3t.parse ();
if (tree)
std::cout << tree->dump ();