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 4dbc566a14 Bugfix: Swap before mod and div. 10 years ago
..
AST.cpp Further const placement changes. 10 years ago
AST.h Corrected doxygen post comments. 10 years ago
ASTForward.h Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
ASTPrinter.cpp Removed std:: where it made sense. 10 years ago
ASTPrinter.h Further const placement changes. 10 years ago
ASTVisitor.h Forgot some asterisks. 10 years ago
BaseTypes.h Forgot some asterisks. 10 years ago
CMakeLists.txt CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc. 10 years ago
Compiler.cpp Bugfix: Swap before mod and div. 10 years ago
Compiler.h Corrected doxygen post comments. 10 years ago
Exceptions.h Use createTypeError everywhere and stream out Location. 10 years ago
NameAndTypeResolver.cpp Removed std:: where it made sense. 10 years ago
NameAndTypeResolver.h Asterisk-syntax for doxygen class documentation. 10 years ago
Parser.cpp Parser fix: Consume break and continue. 10 years ago
Parser.h Documentation for AST, Parser, Scanner and other classes. 10 years ago
Scanner.cpp Removed std:: where it made sense. 10 years ago
Scanner.h Further const placement changes. 10 years ago
Scope.cpp Some documentation. 10 years ago
Scope.h Asterisk-syntax for doxygen class 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 Fixed placements of const. 10 years ago
Types.h Asterisk-syntax for doxygen class documentation. 10 years ago
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 10 years ago