Args
- Added call to A3t::getFilterExpression, for testing.
This commit is contained in:
@@ -155,6 +155,11 @@ int main (int argc, const char** argv)
|
||||
Tree* tree = a3t.parse ();
|
||||
if (tree)
|
||||
std::cout << tree->dump ();
|
||||
|
||||
std::cout << "\n"
|
||||
<< " Filter: "
|
||||
<< a3t.getFilterExpression ()
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
catch (const std::string& error)
|
||||
|
||||
Reference in New Issue
Block a user