Added new option --parentheses=full to make parsing the output easier.

This commit is contained in:
2017-06-06 02:02:26 +02:00
parent 0285c1cbbb
commit bbbd0b65a4
5 changed files with 93 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ void translate(const char *fileName, std::istream &stream, Context &context)
for (auto &scopedFormula : scopedFormulas)
simplify(scopedFormula.formula);
ast::PrintContext printContext;
ast::PrintContext printContext(context);
if (!context.performCompletion)
{