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.
 
 
 
 
 
chriseth 18e223e945 Reverse if and else body. 10 years ago
..
AST.cpp style changes 10 years ago
AST.h style changes 10 years ago
ASTForward.h Parsing of array types and basic implementation. 10 years ago
ASTJsonConverter.cpp Removed visit functions for abstract AST nodes. 10 years ago
ASTJsonConverter.h Removed visit functions for abstract AST nodes. 10 years ago
ASTPrinter.cpp Style. 10 years ago
ASTPrinter.h Build fixes. 10 years ago
ASTUtils.cpp Utility class to find a suitable AST node for a given location. 10 years ago
ASTUtils.h Build fix after merge. 10 years ago
ASTVisitor.h Structural gas estimator. 10 years ago
AST_accept.h Parsing of not fully implemented functions 10 years ago
ArrayUtils.cpp Line break. 10 years ago
ArrayUtils.h Refactor: Pull out array index access. 10 years ago
CMakeLists.txt Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
Compiler.cpp Reverse if and else body. 10 years ago
Compiler.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
CompilerContext.cpp Fixed function overloads. 10 years ago
CompilerContext.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
CompilerStack.cpp adde the positions for the end of SourceLocation 10 years ago
CompilerStack.h adde the positions for the end of SourceLocation 10 years ago
CompilerUtils.cpp bytes parameters for events and sha3. 10 years ago
CompilerUtils.h bytes parameters for events and sha3. 10 years ago
DeclarationContainer.cpp style changes 10 years ago
DeclarationContainer.h changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP) 10 years ago
Exceptions.h Merge pull request #1743 from chriseth/evmasm 10 years ago
ExpressionCompiler.cpp saved returnParameterNames in FunctionType constructor 10 years ago
ExpressionCompiler.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 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 updated unit test 10 years ago
InterfaceHandler.h Merge branch 'develop' into jsoncpp_path 10 years ago
LValue.cpp Fix for deleting byte array elements. 10 years ago
LValue.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
NameAndTypeResolver.cpp style changes 10 years ago
NameAndTypeResolver.h style changes 10 years ago
Parser.cpp Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
Parser.h - added isPartOfExternalInterface to Declaration 10 years ago
Scanner.cpp add exponent operator 10 years ago
Scanner.h Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. 10 years ago
SourceReferenceFormatter.cpp some more style fixes 10 years ago
SourceReferenceFormatter.h Merge pull request #1743 from chriseth/evmasm 10 years ago
StructuralGasEstimator.cpp Added assertions. 10 years ago
StructuralGasEstimator.h Use std::array. 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 saved returnParameterNames in FunctionType constructor 10 years ago
Types.h style changes 10 years ago
Utils.h Exception-throwing assert. 10 years ago
grammar.txt Allow conversion to dynamic arrays and update grammar. 10 years ago