You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gav Wood 31501e8306 Merge pull request #1546 from chriseth/sol_assumeContractNotCreated 10 years ago
..
AST.cpp VariableDeclaration::checkTypeRequirements() refactoring 10 years ago
AST.h Merge pull request #1414 from LefterisJP/sol_notImplementedFuncs 10 years ago
ASTForward.h Parsing of array types and basic implementation. 10 years ago
ASTJsonConverter.cpp Inline member initialisation 10 years ago
ASTJsonConverter.h Inline member initialisation 10 years ago
ASTPrinter.cpp Moving Source Location libdevcore 10 years ago
ASTPrinter.h Parsing of array types and basic implementation. 10 years ago
ASTVisitor.h Parsing of array types and basic implementation. 10 years ago
AST_accept.h Parsing of not fully implemented functions 10 years ago
ArrayUtils.cpp Refactor: Pull out array index access. 10 years ago
ArrayUtils.h Refactor: Pull out array index access. 10 years ago
CMakeLists.txt SHA3 optimizations. 10 years ago
Compiler.cpp Provide access to storage offsets via contract type. 10 years ago
Compiler.h Fixed some checker warnings. 10 years ago
CompilerContext.cpp Fetch and store packed values. 10 years ago
CompilerContext.h some more tests 10 years ago
CompilerStack.cpp Abstract contract and inheritance 10 years ago
CompilerStack.h to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument. 10 years ago
CompilerUtils.cpp added implementation to append code for State variable accessor 10 years ago
CompilerUtils.h added implementation to append code for State variable accessor 10 years ago
DeclarationContainer.cpp "external" visibility specifier. 10 years ago
DeclarationContainer.h "external" visibility specifier. 10 years ago
Exceptions.h Move SourceLocation to evmcore 10 years ago
ExpressionCompiler.cpp Merge pull request #1546 from chriseth/sol_assumeContractNotCreated 10 years ago
ExpressionCompiler.h Clean up some code redundancy. 10 years ago
GlobalContext.cpp Conversion changes after renaming Hash/String to Bytes. 10 years ago
GlobalContext.h Super keyword. 10 years ago
InterfaceHandler.cpp Detect if non-existant parameter is documented with natspec 10 years ago
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 10 years ago
LValue.cpp Fetch and store packed values. 10 years ago
LValue.h Enlarge storage references to two stack slots. 10 years ago
NameAndTypeResolver.cpp Parsing of array types and basic implementation. 10 years ago
NameAndTypeResolver.h Inline member initialisation 10 years ago
Parser.cpp Abstract contract and inheritance 10 years ago
Parser.h - added isPartOfExternalInterface to Declaration 10 years ago
Scanner.cpp add exponent operator 10 years ago
Scanner.h Move SourceLocation to evmcore 10 years ago
SourceReferenceFormatter.cpp let the error output take tab into consideration 10 years ago
SourceReferenceFormatter.h Move SourceLocation to evmcore 10 years ago
Token.cpp Addressing issues in Enum style fix 10 years ago
Token.h Clean up some code redundancy. 10 years ago
Types.cpp fixes 10 years ago
Types.h Update Types.h 10 years ago
Utils.h Exception-throwing assert. 10 years ago
grammar.txt Allow conversion to dynamic arrays and update grammar. 10 years ago