mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Import directive.
This commit is contained in:
parent
7dbfde91e3
commit
e6902e070e
2
main.cpp
2
main.cpp
@ -127,7 +127,7 @@ int main(int argc, char** argv)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
cout << "Syntax tree for the contract:" << endl;
|
cout << "Syntax tree for the source unit:" << endl;
|
||||||
ASTPrinter printer(compiler.getAST(), sourceCode);
|
ASTPrinter printer(compiler.getAST(), sourceCode);
|
||||||
printer.print(cout);
|
printer.print(cout);
|
||||||
cout << "EVM assembly:" << endl;
|
cout << "EVM assembly:" << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user