[Sol -> Yul] Implement unary -, +

This commit is contained in:
Mathias Baumann
2019-05-20 16:14:46 +02:00
parent 7dbcb80523
commit 86000fdcce
4 changed files with 69 additions and 6 deletions
+2
View File
@@ -179,6 +179,8 @@ public:
std::string incrementCheckedFunction(Type const& _type);
std::string decrementCheckedFunction(Type const& _type);
std::string negateNumberCheckedFunction(Type const& _type);
private:
/// Special case of conversionFunction - handles everything that does not
/// use exactly one variable to hold the value.