solidity/libsolidity
2015-10-16 16:12:25 +02:00
..
ArrayUtils.cpp Store small byte arrays and strings in storage in one slot with their 2015-10-02 13:12:23 +02:00
ArrayUtils.h Store small byte arrays and strings in storage in one slot with their 2015-10-02 13:12:23 +02:00
AST_accept.h Tuple expressions. 2015-10-15 17:38:42 +02:00
AST.cpp Do not include function in interface list if there are errors. 2015-10-16 13:11:16 +02:00
AST.h Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTAnnotations.cpp Refactoring: Check types outside of AST and recover from some errors. 2015-09-21 20:03:05 +02:00
ASTAnnotations.h Some more tests and typos fixed. 2015-10-13 12:22:57 +02:00
ASTForward.h Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTJsonConverter.cpp Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTJsonConverter.h Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTPrinter.cpp Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTPrinter.h Tuple expressions. 2015-10-15 17:38:42 +02:00
ASTUtils.cpp renamed getter functions 2015-09-08 13:12:00 +02:00
ASTUtils.h Add CMakeLists.txt for libsolidity 2015-08-19 14:57:25 +02:00
ASTVisitor.h Tuple expressions. 2015-10-15 17:38:42 +02:00
CMakeLists.txt changes required to compile solidity in a single project 2015-09-01 15:30:26 +02:00
Compiler.cpp Destructuring assignments. 2015-10-15 17:38:42 +02:00
Compiler.h Tests apart from new one work fine. 2015-10-06 14:20:06 +02:00
CompilerContext.cpp errors instead of exceptions 2015-10-14 20:37:41 +02:00
CompilerContext.h Compiler version stamp. 2015-10-06 14:20:06 +02:00
CompilerStack.cpp Do not catch InternalCompilerErrors as part of fatal error handling. 2015-10-16 14:52:01 +02:00
CompilerStack.h Fix warning. 2015-10-16 13:48:46 +02:00
CompilerUtils.cpp Wildcards. 2015-10-15 17:38:42 +02:00
CompilerUtils.h Destructuring assignments. 2015-10-15 17:38:42 +02:00
ConstantEvaluator.cpp Refactoring: Check types outside of AST and recover from some errors. 2015-09-21 20:03:05 +02:00
ConstantEvaluator.h Refactoring: Check types outside of AST and recover from some errors. 2015-09-21 20:03:05 +02:00
DeclarationContainer.cpp renamed getter functions 2015-09-08 13:12:00 +02:00
DeclarationContainer.h Compute canonical names of types for function signatures. 2015-10-06 14:20:06 +02:00
Exceptions.cpp mainly style fixes/renaming 2015-10-15 14:36:23 +02:00
Exceptions.h style fixes mostly 2015-10-15 16:08:02 +02:00
ExpressionCompiler.cpp Fix errors when struct array type is used on its own. 2015-10-16 14:36:30 +02:00
ExpressionCompiler.h Destructuring assignments. 2015-10-15 17:38:42 +02:00
GasEstimator.cpp removed get prefix 2015-09-08 13:12:00 +02:00
GasEstimator.h Add CMakeLists.txt for libsolidity 2015-08-19 14:57:25 +02:00
GlobalContext.cpp renamed getter functions 2015-09-08 13:12:00 +02:00
GlobalContext.h renamed getter functions 2015-09-08 13:12:00 +02:00
grammar.txt throw statement implementation 2015-09-16 13:25:32 +02:00
InterfaceHandler.cpp added Error class for all kind of errors 2015-10-14 20:27:41 +02:00
InterfaceHandler.h - renamed AST to ast and ABI to abi 2015-09-08 14:30:21 +02:00
LValue.cpp Fixed indentation. 2015-10-16 10:01:22 +02:00
LValue.h Destructuring assignments. 2015-10-15 17:38:42 +02:00
NameAndTypeResolver.cpp Do not catch InternalCompilerErrors as part of fatal error handling. 2015-10-16 14:52:01 +02:00
NameAndTypeResolver.h missing const 2015-10-15 16:59:38 +02:00
Parser.cpp Correctly parse ambiguities like A.B[10] x and x.y[10] = 3. 2015-10-16 16:12:25 +02:00
Parser.h Correctly parse ambiguities like A.B[10] x and x.y[10] = 3. 2015-10-16 16:12:25 +02:00
ReferencesResolver.cpp fixes error after conflict resolving 2015-10-15 11:10:55 +02:00
ReferencesResolver.h Refactoring: Check types outside of AST and recover from some errors. 2015-09-21 20:03:05 +02:00
Scanner.cpp - added tests to test empty comment 2015-09-10 14:26:34 +02:00
Scanner.h renamed getter functions 2015-09-08 13:12:00 +02:00
SourceReferenceFormatter.cpp renamed getter functions 2015-09-08 13:12:00 +02:00
SourceReferenceFormatter.h Add CMakeLists.txt for libsolidity 2015-08-19 14:57:25 +02:00
Token.cpp Add CMakeLists.txt for libsolidity 2015-08-19 14:57:25 +02:00
Token.h throw statement implementation 2015-09-16 13:25:32 +02:00
TypeChecker.cpp Do not catch InternalCompilerErrors as part of fatal error handling. 2015-10-16 14:52:01 +02:00
TypeChecker.h Tuple expressions. 2015-10-15 17:38:42 +02:00
Types.cpp Wildcards. 2015-10-15 17:38:42 +02:00
Types.h Destructuring assignments. 2015-10-15 17:38:42 +02:00
Utils.h fixed new tests 2015-10-15 11:50:25 +02:00
Version.cpp Compiler version stamp. 2015-10-06 14:20:06 +02:00
Version.h Compiler version stamp. 2015-10-06 14:20:06 +02:00