mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Assembly printer.
This commit is contained in:
@@ -46,6 +46,10 @@ public:
|
||||
/// Parse the given inline assembly chunk starting with `{` and ending with the corresponding `}`.
|
||||
/// @return false or error.
|
||||
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();
|
||||
|
||||
eth::Assembly assemble();
|
||||
|
||||
/// Parse and assemble a string in one run - for use in Solidity code generation itself.
|
||||
|
||||
Reference in New Issue
Block a user