AST.cpp
|
Further const placement changes.
|
2014-10-29 19:41:07 +01:00 |
AST.h
|
Further const placement changes.
|
2014-10-29 19:41:07 +01: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
|
Removed std:: where it made sense.
|
2014-10-24 19:42:38 +02:00 |
ASTPrinter.h
|
Further const placement changes.
|
2014-10-29 19:41:07 +01:00 |
ASTVisitor.h
|
Forgot some asterisks.
|
2014-10-28 16:57:20 +01:00 |
BaseTypes.h
|
Forgot some asterisks.
|
2014-10-28 16:57:20 +01:00 |
CMakeLists.txt
|
CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc.
|
2014-10-25 18:00:49 +02:00 |
Compiler.cpp
|
Fixed placements of const.
|
2014-10-29 19:28:30 +01:00 |
Compiler.h
|
Asterisk-syntax for doxygen class documentation.
|
2014-10-28 16:51:26 +01: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
|
Removed std:: where it made sense.
|
2014-10-24 19:42:38 +02:00 |
NameAndTypeResolver.h
|
Asterisk-syntax for doxygen class documentation.
|
2014-10-28 16:51:26 +01:00 |
Parser.cpp
|
Parser fix: Consume break and continue.
|
2014-10-29 13:00:22 +01:00 |
Parser.h
|
Documentation for AST, Parser, Scanner and other classes.
|
2014-10-24 19:38:48 +02:00 |
Scanner.cpp
|
Removed std:: where it made sense.
|
2014-10-24 19:42:38 +02:00 |
Scanner.h
|
Further const placement changes.
|
2014-10-29 19:41:07 +01:00 |
Scope.cpp
|
Some documentation.
|
2014-10-24 19:38:48 +02:00 |
Scope.h
|
Asterisk-syntax for doxygen class documentation.
|
2014-10-28 16:51:26 +01:00 |
SourceReferenceFormatter.cpp
|
Removed std:: where it made sense.
|
2014-10-24 19:42:38 +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
|
Replace BOOST_ASSERT by assert.
|
2014-10-24 19:40:47 +02:00 |
Types.cpp
|
Fixed placements of const.
|
2014-10-29 19:28:30 +01:00 |
Types.h
|
Asterisk-syntax for doxygen class documentation.
|
2014-10-28 16:51:26 +01:00 |