mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Review changes.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user