Permit u256 constants

This commit is contained in:
Bhargava Shastry
2020-05-04 15:31:06 +02:00
parent 97f94fdcc6
commit 9bfab1fe00
4 changed files with 69 additions and 40 deletions
+1
View File
@@ -37,6 +37,7 @@ namespace solidity::langutil
class Error;
using ErrorList = std::vector<std::shared_ptr<Error const>>;
struct FuzzerError: virtual util::Exception {};
struct CompilerError: virtual util::Exception {};
struct InternalCompilerError: virtual util::Exception {};
struct FatalError: virtual util::Exception {};