AST.cpp
|
More information for type expectation errors.
|
2014-11-06 02:22:24 +01:00 |
AST.h
|
Allow implicit type conversions for comparisons.
|
2014-11-06 02:22:24 +01:00 |
ASTForward.h
|
Contract compiler and also add ExpressionStatement to AST.
|
2014-10-30 01:25:42 +01:00 |
ASTPrinter.cpp
|
Contract compiler and also add ExpressionStatement to AST.
|
2014-10-30 01:25:42 +01:00 |
ASTPrinter.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
2014-10-31 17:20:27 +01:00 |
ASTVisitor.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
2014-10-31 17:20:27 +01:00 |
BaseTypes.h
|
Forgot some asterisks.
|
2014-10-28 16:57:20 +01:00 |
CMakeLists.txt
|
Contract compiler and also add ExpressionStatement to AST.
|
2014-10-30 01:25:42 +01:00 |
Compiler.cpp
|
Proper type promotion and conversion.
|
2014-11-06 02:36:39 +01:00 |
Compiler.h
|
Some tests and bugfixes for the compiler.
|
2014-11-03 16:11:40 +01:00 |
CompilerContext.cpp
|
Stylistic corrections.
|
2014-11-05 15:04:33 +01:00 |
CompilerContext.h
|
Actual contract creator and add solidity to AlethZero interface.
|
2014-10-31 14:37:23 +01:00 |
CompilerStack.cpp
|
Actual contract creator and add solidity to AlethZero interface.
|
2014-10-31 14:37:23 +01:00 |
CompilerStack.h
|
Actual contract creator and add solidity to AlethZero interface.
|
2014-10-31 14:37:23 +01:00 |
Exceptions.h
|
Converted all asserts to exceptions.
|
2014-11-05 15:01:24 +01:00 |
ExpressionCompiler.cpp
|
Type promotion fixes and tests.
|
2014-11-06 02:36:39 +01:00 |
ExpressionCompiler.h
|
Type promotion fixes and tests.
|
2014-11-06 02:36:39 +01:00 |
grammar.txt
|
Initial implementation of Solidity parser finished, not yet tested much.
|
2014-10-09 18:35:41 +02:00 |
NameAndTypeResolver.cpp
|
Converted all asserts to exceptions.
|
2014-11-05 15:01:24 +01:00 |
NameAndTypeResolver.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
2014-10-31 17:20:27 +01:00 |
Parser.cpp
|
Merge remote-tracking branch 'ethereum/develop' into HEAD
|
2014-11-05 17:56:38 +01:00 |
Parser.h
|
Contract compiler and also add ExpressionStatement to AST.
|
2014-10-30 01:25:42 +01:00 |
Scanner.cpp
|
Converted all asserts to exceptions.
|
2014-11-05 15:01:24 +01:00 |
Scanner.h
|
Converted all asserts to exceptions.
|
2014-11-05 15:01:24 +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
|
Converted all asserts to exceptions.
|
2014-11-05 15:01:24 +01:00 |
Types.cpp
|
Detect integer length from literals and remove "std::".
|
2014-11-06 02:22:24 +01:00 |
Types.h
|
Detect integer length from literals and remove "std::".
|
2014-11-06 02:22:24 +01:00 |