Parse for statement in assembly parser / printer

This commit is contained in:
Alex Beregszaszi
2017-06-16 10:56:21 +01:00
parent 54e97d1c34
commit 47925bc14e
13 changed files with 75 additions and 18 deletions
+5
View File
@@ -111,6 +111,11 @@ bool ScopeFiller::operator()(Switch const& _switch)
return success;
}
bool ScopeFiller::operator()(ForLoop const&)
{
solAssert(false, "For loop not supported.");
}
bool ScopeFiller::operator()(Block const& _block)
{
bool success = true;