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 ea6d58a0d1 Contract compiler and also add ExpressionStatement to AST. 10 years ago
..
AST.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
AST.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
ASTForward.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
ASTPrinter.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
ASTPrinter.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
ASTVisitor.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
BaseTypes.h Use createTypeError everywhere and stream out Location. 10 years ago
CMakeLists.txt Contract compiler and also add ExpressionStatement to AST. 10 years ago
Compiler.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
Compiler.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
CompilerUtilities.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
CompilerUtilities.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
Exceptions.h Compiler for assignments. 10 years ago
ExpressionCompiler.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
ExpressionCompiler.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
NameAndTypeResolver.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
NameAndTypeResolver.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
Parser.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
Parser.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
Scanner.cpp Removed std:: where it made sense. 10 years ago
Scanner.h Replace BOOST_ASSERT by assert. 10 years ago
Scope.cpp Some documentation. 10 years ago
Scope.h Some documentation. 10 years ago
SourceReferenceFormatter.cpp Removed std:: where it made sense. 10 years ago
SourceReferenceFormatter.h Use boost errinfo. 10 years ago
Token.cpp Coding style cleanup: const and vecptr. 10 years ago
Token.h Replace BOOST_ASSERT by assert. 10 years ago
Types.cpp Contract compiler and also add ExpressionStatement to AST. 10 years ago
Types.h Contract compiler and also add ExpressionStatement to AST. 10 years ago
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 10 years ago