Solidity, the Smart Contract Programming Language
Go to file
2014-10-24 19:08:31 +02:00
AST.cpp Remove nullptr comparisons. 2014-10-24 16:43:11 +02:00
AST.h Remove nullptr comparisons. 2014-10-24 16:43:11 +02:00
ASTForward.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 2014-10-20 16:23:49 +02:00
ASTPrinter.cpp Use endl instead of "\n". 2014-10-24 16:47:10 +02:00
ASTPrinter.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 2014-10-20 16:23:49 +02:00
ASTVisitor.h Corrected coding style. 2014-10-16 14:08:54 +02:00
BaseTypes.h Use createTypeError everywhere and stream out Location. 2014-10-24 12:42:44 +02:00
CMakeLists.txt Solidity scanner and some unit tests. 2014-10-08 11:11:50 +02:00
Exceptions.h Use createTypeError everywhere and stream out Location. 2014-10-24 12:42:44 +02:00
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 2014-10-09 18:35:41 +02:00
NameAndTypeResolver.cpp Remove nullptr comparisons. 2014-10-24 16:43:11 +02:00
NameAndTypeResolver.h Corrected spacing around colon. 2014-10-23 00:24:07 +02:00
Parser.cpp Use boost errinfo. 2014-10-23 21:37:57 +02:00
Parser.h Use boost errinfo. 2014-10-23 21:37:57 +02:00
Scanner.cpp Cleanup of copyright headers. 2014-10-20 16:37:04 +02:00
Scanner.h Corrected spacing around colon. 2014-10-23 00:24:07 +02:00
Scope.cpp Remove nullptr comparisons. 2014-10-24 16:43:11 +02:00
Scope.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 2014-10-20 16:23:49 +02:00
SourceReferenceFormatter.cpp Use the passed stream, not std::cerr. 2014-10-24 19:08:31 +02:00
SourceReferenceFormatter.h Use boost errinfo. 2014-10-23 21:37:57 +02:00
Token.cpp Coding style cleanup: const and vecptr. 2014-10-20 13:02:06 +02:00
Token.h Coding style cleanup: const and vecptr. 2014-10-20 13:02:06 +02:00
Types.cpp Improved exceptions and reporting exceptions for command-line compiler. 2014-10-23 16:43:50 +02:00
Types.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 2014-10-20 16:23:49 +02:00