Import directive.

This commit is contained in:
Christian 2014-12-03 07:46:55 +01:00
parent 7dbfde91e3
commit e6902e070e

View File

@ -127,7 +127,7 @@ int main(int argc, char** argv)
return -1;
}
cout << "Syntax tree for the contract:" << endl;
cout << "Syntax tree for the source unit:" << endl;
ASTPrinter printer(compiler.getAST(), sourceCode);
printer.print(cout);
cout << "EVM assembly:" << endl;