Solidity, the Smart Contract Programming Language
Go to file
Lefteris Karapetsas 012e32942d Enum type conversion and member value access.
- Added tests for the type conversion part.

- Enum member value access still needs some work
2015-02-13 23:16:14 +01:00
AST_accept.h Enums NameAndTypeResolution - WIP 2015-02-13 23:16:14 +01:00
AST.cpp Enum type conversion and member value access. 2015-02-13 23:16:14 +01:00
AST.h Enum type conversion and member value access. 2015-02-13 23:16:14 +01:00
ASTForward.h Parsing enums for Solidity - WIP 2015-02-13 23:16:14 +01:00
ASTJsonConverter.cpp ExpressionCompiler's enums to CamelCase 2015-02-09 14:35:31 +01:00
ASTJsonConverter.h fixed jsoncpp find_path 2015-02-10 12:18:47 +01:00
ASTPrinter.cpp Parsing an enum AST node 2015-02-13 23:16:14 +01:00
ASTPrinter.h Parsing enums for Solidity - WIP 2015-02-13 23:16:14 +01:00
ASTVisitor.h Parsing an enum AST node 2015-02-13 23:16:14 +01:00
BaseTypes.h No longer exposing retrieveValueFromStorage() as a public function 2015-01-29 13:34:07 +01:00
CMakeLists.txt fixed issue with including wrong json/json.h file 2015-02-13 09:03:03 +01:00
Compiler.cpp Dynamic copy to memory. 2015-02-12 11:33:10 +01:00
Compiler.h Super keyword. 2015-01-29 00:29:43 +01:00
CompilerContext.cpp Some windows fixes. 2015-02-11 20:20:37 +01:00
CompilerContext.h Super keyword. 2015-01-29 00:29:43 +01:00
CompilerStack.cpp Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
CompilerStack.h Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
CompilerUtils.cpp Copying calldata directly to memory. 2015-02-13 01:29:43 +01:00
CompilerUtils.h Added some comments. 2015-02-12 11:50:47 +01:00
DeclarationContainer.cpp - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified. 2015-02-09 02:06:30 +01:00
DeclarationContainer.h - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified. 2015-02-09 02:06:30 +01:00
Exceptions.h change typedef to using according to preferred coding style 2015-02-07 17:20:57 +08:00
ExpressionCompiler.cpp Enum type conversion and member value access. 2015-02-13 23:16:14 +01:00
ExpressionCompiler.h Copying structs. 2015-02-12 20:19:49 +01:00
GlobalContext.cpp Arbitrary parameters for call() and all hash functions. 2015-02-10 10:59:23 +01:00
GlobalContext.h Super keyword. 2015-01-29 00:29:43 +01:00
grammar.txt Visibility specifiers. 2015-02-02 17:24:09 +01:00
InterfaceHandler.cpp Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 2015-02-11 15:43:47 +01:00
NameAndTypeResolver.cpp Enums NameAndTypeResolution - WIP 2015-02-13 23:16:14 +01:00
NameAndTypeResolver.h Enums NameAndTypeResolution - WIP 2015-02-13 23:16:14 +01:00
Parser.cpp Disallow trailing comma in Enum Declaration 2015-02-13 23:16:14 +01:00
Parser.h Parsing enums for Solidity - WIP 2015-02-13 23:16:14 +01:00
Scanner.cpp add exponent operator 2015-02-10 23:39:13 +08:00
Scanner.h Fix for sol scanner where empty multiline comment became Natspec comment 2015-01-05 16:37:43 +01:00
SourceReferenceFormatter.cpp Consts in SourceReferenceFormatter. 2014-12-08 17:47:02 +01:00
SourceReferenceFormatter.h Mac warning fix. 2015-01-05 15:33:05 +01:00
Token.cpp Addressing issues in Enum style fix 2015-02-10 09:52:19 +01:00
Token.h Parsing an enum AST node 2015-02-13 23:16:14 +01:00
Types.cpp Enum type conversion and member value access. 2015-02-13 23:16:14 +01:00
Types.h Enum type conversion and member value access. 2015-02-13 23:16:14 +01:00
Utils.h remove AST.h Utils.h's x permission 2015-02-07 23:10:22 +08:00