.. |
AST.cpp
|
Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion
|
11 years ago |
AST.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion
|
11 years ago |
ASTForward.h
|
Contract compiler and also add ExpressionStatement to AST.
|
11 years ago |
ASTPrinter.cpp
|
Contract compiler and also add ExpressionStatement to AST.
|
11 years ago |
ASTPrinter.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
11 years ago |
ASTVisitor.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
11 years ago |
BaseTypes.h
|
Forgot some asterisks.
|
11 years ago |
CMakeLists.txt
|
Moved instructions and assembly to new libevmcore.
|
11 years ago |
Compiler.cpp
|
Merge remote-tracking branch 'ethereum/develop' into sol_optimizer
|
11 years ago |
Compiler.h
|
Option to activate the optimizer for solidity.
|
11 years ago |
CompilerContext.cpp
|
Stylistic corrections.
|
11 years ago |
CompilerContext.h
|
Option to activate the optimizer for solidity.
|
11 years ago |
CompilerStack.cpp
|
Option to activate the optimizer for solidity.
|
11 years ago |
CompilerStack.h
|
Option to activate the optimizer for solidity.
|
11 years ago |
Exceptions.h
|
Converted all asserts to exceptions.
|
11 years ago |
ExpressionCompiler.cpp
|
Removed superfluous braces.
|
11 years ago |
ExpressionCompiler.h
|
Type promotion fixes and tests.
|
11 years ago |
NameAndTypeResolver.cpp
|
Converted all asserts to exceptions.
|
11 years ago |
NameAndTypeResolver.h
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
|
11 years ago |
Parser.cpp
|
Merge remote-tracking branch 'ethereum/develop' into HEAD
|
11 years ago |
Parser.h
|
Contract compiler and also add ExpressionStatement to AST.
|
11 years ago |
Scanner.cpp
|
Support for negative literals.
|
11 years ago |
Scanner.h
|
Support for negative literals.
|
11 years ago |
Scope.cpp
|
Some documentation.
|
11 years ago |
Scope.h
|
Asterisk-syntax for doxygen class documentation.
|
11 years ago |
SourceReferenceFormatter.cpp
|
Removed std:: where it made sense.
|
11 years ago |
SourceReferenceFormatter.h
|
Use boost errinfo.
|
11 years ago |
Token.cpp
|
Coding style cleanup: const and vecptr.
|
11 years ago |
Token.h
|
Keywords for all integer types.
|
11 years ago |
Types.cpp
|
Support for negative literals.
|
11 years ago |
Types.h
|
Detect integer length from literals and remove "std::".
|
11 years ago |
grammar.txt
|
Initial implementation of Solidity parser finished, not yet tested much.
|
11 years ago |