Add adaptor and support library and interface inheritance

This commit is contained in:
Bhargava Shastry
2020-04-16 01:02:48 +02:00
parent 1d533694e5
commit 8973ca3c85
13 changed files with 2184 additions and 910 deletions
+2 -1
View File
@@ -208,8 +208,9 @@ void CodeGenerator::assemble(
}
catch (StackTooDeepError const& _e)
{
yulAssert(
assertThrow(
false,
CompilerError,
"Stack too deep when compiling inline assembly" +
(_e.comment() ? ": " + *_e.comment() : ".")
);