[Sol -> Yul] Implement Int/Bool Unary: ++, --, ~, !

This commit is contained in:
Mathias Baumann
2019-05-20 11:43:12 +02:00
parent 4f3b7b232b
commit 7dbcb80523
5 changed files with 244 additions and 4 deletions
@@ -82,6 +82,7 @@ private:
std::ostream& defineExpressionPart(Expression const& _expression, size_t _part);
void appendAndOrOperatorCode(BinaryOperation const& _binOp);
void appendSimpleUnaryOperation(UnaryOperation const& _operation, Expression const& _expr);
void setLValue(Expression const& _expression, std::unique_ptr<IRLValue> _lvalue);
void generateLoop(