mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow assembly stack to translate its source.
This commit is contained in:
@@ -81,6 +81,9 @@ public:
|
||||
/// If the settings (see constructor) disabled the optimizer, nothing is done here.
|
||||
void optimize();
|
||||
|
||||
/// Translate the source to a different language / dialect.
|
||||
void translate(Language _targetLanguage);
|
||||
|
||||
/// Run the assembly step (should only be called after parseAndAnalyze).
|
||||
MachineAssemblyObject assemble(Machine _machine) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user