102 Commits (29fb1f2d238a7aaafaa292c5e5c24963a1f0b4b8)

Author SHA1 Message Date
chriseth 2b9e46d8f6 Style. 10 years ago
chriseth ac79514e63 Ability to specify the storage location of a reference type. 10 years ago
chriseth 2111cd4894 Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
chriseth 3bc78361d6 Bugfixes concerning variable declarations. 10 years ago
Lefteris Karapetsas dfcaf8a414 Abstract contract and inheritance 10 years ago
Lefteris Karapetsas 4e234b30ed Moving contract fullyImplemented check to TypeRequirements 10 years ago
Lefteris Karapetsas 742002b05a Parsing of not fully implemented functions 10 years ago
Liana Husikyan 7fe63e36e9 changed the position of 'anonymous' keyword: event <name>() anonymous. 10 years ago
Liana Husikyan 0b14d26f6b Added anonymous flag to event. 10 years ago
Liana Husikyan 581cd68fcf restyleing 10 years ago
Liana Husikyan 7359f68b9f - added more tests to check constant specifier implementation 10 years ago
Liana Husikyan 304256b546 - added isPartOfExternalInterface to Declaration 10 years ago
Liana Husikyan 6f11b6a73f added parsing for constant variables 10 years ago
Lu Guanqun 17f79a5c6e implement overload resolution 10 years ago
Lu Guanqun defd6cfa21 mark an identifier as callable if its next token is '(' 10 years ago
Gav Wood e2f1bc4133 Add date/time language to solidity. 10 years ago
Gav Wood 2719aaf830 Add date/time language to solidity. 10 years ago
Gav Wood d14df543ff Add date/time language to solidity. 10 years ago
Lefteris Karapetsas a157ccae4d Move SourceLocation to evmcore 10 years ago
Lefteris Karapetsas 46fd746cd8 Changes after rebase on top of Array Parsing 10 years ago
Lefteris Karapetsas f85aee0826 Moving Source Location libdevcore 10 years ago
Christian ccc1d974d1 Comments and warnings. 10 years ago
Christian 1d518d66f2 Renames and comments. 10 years ago
Christian fba4484151 Replaced "inheritable" by "internal". 10 years ago
Christian 92507f5bf0 Allow conversion to dynamic arrays and update grammar. 10 years ago
Christian 30bd6f271f Parsing of array types and basic implementation. 10 years ago
Liana Husikyan 87e956729c Inline member initialisation 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Christian 27d436a04c Rename "protected" to "inheritable". 10 years ago
Christian 0185ac5a0d "external" visibility specifier. 10 years ago
Lefteris Karapetsas c3c52d59b2 Removing ';' from the end of EnumDefinition 10 years ago
Lefteris Karapetsas c3c1b5c63c Addressing issues with Enums in Solidity 10 years ago
Lefteris Karapetsas e5ccf5e2be Typo in EnumValue 10 years ago
Lefteris Karapetsas b4302da542 EnumDeclaration -> EnumValue 10 years ago
Lefteris Karapetsas fc6210e00f Indentation fixes 10 years ago
Lefteris Karapetsas 31014b3457 Disallow trailing comma in Enum Declaration 10 years ago
Lefteris Karapetsas 9232b4cd88 Introducing EnumType and some Parser tests 10 years ago
Lefteris Karapetsas 133969bd2a Parsing an enum AST node 10 years ago
Lefteris Karapetsas 082bfb2300 Parsing enums for Solidity - WIP 10 years ago
Lefteris Karapetsas 830f0ec52a ExpressionCompiler's enums to CamelCase 10 years ago
Lefteris Karapetsas 6bb8233d15 Changing Solidity Code to use CamelCase enum values 10 years ago
Liana Husikyan f6b64f0dbd trying to avoid win_build problems 10 years ago
liana 2c7bf41047 - added assertion 10 years ago
liana 5a3cc313f1 - some more changes 10 years ago
Liana Husikyan 1db350b06a - removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else" 10 years ago
Liana Husikyan 2fd33d98cc - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified. 10 years ago
Christian a90ec7576c Some fixes for the ether units parser. 10 years ago
Lefteris Karapetsas c11c26c094 Tests and fixes for ether subdenominations 10 years ago
Lefteris Karapetsas 13d9cbf5ab Tests for ether subdenominations. Work in progress 10 years ago
Lefteris Karapetsas 28e99bbd7d Adding ether subdenominations after constan literals 10 years ago