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 57d25f7a54 Prevent optimizer from changing certain parts of the code. 11 years ago
..
AST.cpp Minor cleanup. 11 years ago
AST.h Minor cleanup. 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 Prevent optimizer from changing certain parts of the code. 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 Converted all asserts to exceptions. 11 years ago
ExpressionCompiler.h Renamed file. 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 Converted all asserts to exceptions. 11 years ago
Scanner.h Converted all asserts to exceptions. 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 Converted all asserts to exceptions. 11 years ago
Types.cpp Converted all asserts to exceptions. 11 years ago
Types.h Converted all asserts to exceptions. 11 years ago
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 11 years ago