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.
 
 
 
 
 
Christian 19e7a08b0e Remove nullptr comparisons. 10 years ago
..
AST.cpp Remove nullptr comparisons. 10 years ago
AST.h Remove nullptr comparisons. 10 years ago
ASTForward.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
ASTPrinter.cpp Remove nullptr comparisons. 10 years ago
ASTPrinter.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
ASTVisitor.h Corrected coding style. 10 years ago
BaseTypes.h Use createTypeError everywhere and stream out Location. 10 years ago
CMakeLists.txt Solidity scanner and some unit tests. 10 years ago
Exceptions.h Use createTypeError everywhere and stream out Location. 10 years ago
NameAndTypeResolver.cpp Remove nullptr comparisons. 10 years ago
NameAndTypeResolver.h Corrected spacing around colon. 10 years ago
Parser.cpp Use boost errinfo. 10 years ago
Parser.h Use boost errinfo. 10 years ago
Scanner.cpp Cleanup of copyright headers. 10 years ago
Scanner.h Corrected spacing around colon. 10 years ago
Scope.cpp Remove nullptr comparisons. 10 years ago
Scope.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
SourceReferenceFormatter.cpp Remove nullptr comparisons. 10 years ago
SourceReferenceFormatter.h Use boost errinfo. 10 years ago
Token.cpp Coding style cleanup: const and vecptr. 10 years ago
Token.h Coding style cleanup: const and vecptr. 10 years ago
Types.cpp Improved exceptions and reporting exceptions for command-line compiler. 10 years ago
Types.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 10 years ago