.. |
AST.cpp
|
Remove nullptr comparisons.
|
11 years ago |
AST.h
|
Remove nullptr comparisons.
|
11 years ago |
ASTForward.h
|
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
|
11 years ago |
ASTPrinter.cpp
|
Merge pull request #410 from chriseth/sol_exceptions
|
11 years ago |
ASTPrinter.h
|
Type information for AST printer.
|
11 years ago |
ASTVisitor.h
|
Corrected coding style.
|
11 years ago |
BaseTypes.h
|
Use createTypeError everywhere and stream out Location.
|
11 years ago |
CMakeLists.txt
|
CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc.
|
11 years ago |
Exceptions.h
|
Use createTypeError everywhere and stream out Location.
|
11 years ago |
NameAndTypeResolver.cpp
|
Remove nullptr comparisons.
|
11 years ago |
NameAndTypeResolver.h
|
Corrected spacing around colon.
|
11 years ago |
Parser.cpp
|
Use boost errinfo.
|
11 years ago |
Parser.h
|
Use boost errinfo.
|
11 years ago |
Scanner.cpp
|
Cleanup of copyright headers.
|
11 years ago |
Scanner.h
|
Corrected spacing around colon.
|
11 years ago |
Scope.cpp
|
Remove nullptr comparisons.
|
11 years ago |
Scope.h
|
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
|
11 years ago |
SourceReferenceFormatter.cpp
|
Use the passed stream, not std::cerr.
|
11 years ago |
SourceReferenceFormatter.h
|
Use boost errinfo.
|
11 years ago |
Token.cpp
|
Coding style cleanup: const and vecptr.
|
11 years ago |
Token.h
|
Coding style cleanup: const and vecptr.
|
11 years ago |
Types.cpp
|
Warnings fixes.
|
11 years ago |
Types.h
|
Type information for AST printer.
|
11 years ago |
grammar.txt
|
Initial implementation of Solidity parser finished, not yet tested much.
|
11 years ago |