Solidity, the Smart Contract Programming Language
Go to file
2014-12-11 15:06:11 +01:00
AST_accept.h Move implementations of ::accept out of AST.cpp. 2014-12-08 17:47:02 +01:00
AST.cpp Move implementations of ::accept out of AST.cpp. 2014-12-08 17:47:02 +01:00
AST.h Merge pull request #586 from LefterisJP/natspec_contract_tags 2014-12-10 19:23:57 +01:00
ASTForward.h Import directive. 2014-12-03 10:44:46 +01:00
ASTPrinter.cpp Const functions for ASTVisitor and const ASTPrinter. 2014-12-08 12:49:03 +01:00
ASTPrinter.h Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 2014-12-08 12:53:56 +01:00
ASTVisitor.h Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 2014-12-08 12:53:56 +01:00
BaseTypes.h Improved external interface for multi-source and multi-contract compilation. 2014-12-03 18:52:28 +01:00
CMakeLists.txt fixed styling issues 2014-12-11 15:06:11 +01:00
Compiler.cpp Merge pull request #577 from chriseth/sol_constCleanup 2014-12-10 17:19:01 +01:00
Compiler.h Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers. 2014-12-08 12:53:56 +01:00
CompilerContext.cpp Changes in compiler to support variably sized stack elements. 2014-12-08 19:02:40 +01:00
CompilerContext.h Changes in compiler to support variably sized stack elements. 2014-12-08 19:02:40 +01:00
CompilerStack.cpp Some more consts. 2014-12-08 13:29:14 +01:00
CompilerStack.h removed few unused lines from cmakes 2014-12-08 14:12:28 +01:00
CompilerUtils.cpp Stylistic changes. 2014-12-10 14:33:30 +01:00
CompilerUtils.h Take variable stack size correctly into account for return value packer. 2014-12-10 12:51:26 +01:00
DeclarationContainer.cpp More const cleanup. 2014-12-08 13:15:43 +01:00
DeclarationContainer.h More const cleanup. 2014-12-08 13:15:43 +01:00
Exceptions.h Merge remote-tracking branch 'ethereum/develop' into sol_import 2014-12-05 15:27:07 +01:00
ExpressionCompiler.cpp Merge pull request #577 from chriseth/sol_constCleanup 2014-12-10 17:19:01 +01:00
ExpressionCompiler.h Merge pull request #577 from chriseth/sol_constCleanup 2014-12-10 17:19:01 +01:00
GlobalContext.cpp Merge branch 'macox_fixes' into build_enhancement 2014-12-11 12:08:51 +01:00
GlobalContext.h More const cleanup. 2014-12-08 13:15:43 +01:00
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 2014-10-09 18:35:41 +02:00
InterfaceHandler.cpp Styling issues and add TODO in Interfacehandler 2014-12-10 16:44:54 +01:00
InterfaceHandler.h Merge branch 'macox_fixes' into build_enhancement 2014-12-11 12:08:51 +01:00
NameAndTypeResolver.cpp More const cleanup. 2014-12-08 13:15:43 +01:00
NameAndTypeResolver.h Removed unused members. 2014-12-08 13:15:43 +01:00
Parser.cpp Natspec title and author tag. 2014-12-10 13:24:48 +01:00
Parser.h Improved external interface for multi-source and multi-contract compilation. 2014-12-03 18:52:28 +01:00
Scanner.cpp Improved external interface for multi-source and multi-contract compilation. 2014-12-03 18:52:28 +01:00
Scanner.h Improved external interface for multi-source and multi-contract compilation. 2014-12-03 18:52:28 +01:00
SourceReferenceFormatter.cpp Consts in SourceReferenceFormatter. 2014-12-08 17:47:02 +01:00
SourceReferenceFormatter.h Consts in SourceReferenceFormatter. 2014-12-08 17:47:02 +01:00
Token.cpp Coding style cleanup: const and vecptr. 2014-10-20 13:02:06 +02:00
Token.h common improvements 2014-12-08 12:23:10 +01:00
Types.cpp user-provided default constructor 2014-12-11 12:31:14 +01:00
Types.h user-provided default constructor 2014-12-11 12:31:14 +01:00