Review changes.

This commit is contained in:
chriseth
2017-02-14 15:41:25 +01:00
parent 80f7243786
commit ca71b7624d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
bool parse(std::shared_ptr<Scanner> const& _scanner);
/// Converts the parser result back into a string form (not necessarily the same form
/// as the source form, but it should parse into the same parsed form again).
std::string print();
std::string toString();
eth::Assembly assemble();