AST.cpp
Disallow assignments to structs and mappings.
2014-12-01 17:33:21 +01:00
AST.h
Merge branch 'develop' into natspec_export_json
2014-12-04 17:28:46 +01:00
ASTForward.h
Magic variables.
2014-11-23 21:28:45 +01:00
ASTPrinter.cpp
Provide interface for calls in JSON and some other formatting changes.
2014-11-11 17:41:48 +01:00
ASTPrinter.h
Provide interface for calls in JSON and some other formatting changes.
2014-11-11 17:41:48 +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
Exporting Natspec documentation to a JSON interface
2014-12-01 17:03:04 +01:00
Compiler.cpp
Warnings fixes (well.. the UPnP was actually a crash fix.)
2014-12-02 20:18:01 +01:00
Compiler.h
Magic variables.
2014-11-23 21:28:45 +01:00
CompilerContext.cpp
Magic variables.
2014-11-23 21:28:45 +01:00
CompilerContext.h
Magic variables.
2014-11-23 21:28:45 +01:00
CompilerStack.cpp
Addressing styling and miscellaneous issue with Natspec
2014-12-04 23:55:47 +01:00
CompilerStack.h
Addressing styling and miscellaneous issue with Natspec
2014-12-04 23:55:47 +01:00
DeclarationContainer.cpp
Save the scope for every declaration.
2014-12-01 17:33:21 +01:00
DeclarationContainer.h
Save the scope for every declaration.
2014-12-01 17:33:21 +01:00
Exceptions.h
Converted all asserts to exceptions.
2014-11-05 15:01:24 +01:00
ExpressionCompiler.cpp
Warning fix.
2014-11-28 14:28:02 +01:00
ExpressionCompiler.h
Sending ether.
2014-11-26 15:35:25 +01:00
GlobalContext.cpp
Minor changes to magic variables.
2014-11-27 18:24:59 +01:00
GlobalContext.h
Magic variables.
2014-11-23 21:28:45 +01:00
grammar.txt
Initial implementation of Solidity parser finished, not yet tested much.
2014-10-09 18:35:41 +02:00
InterfaceHandler.cpp
Using iterators in Natspec comment parsing
2014-12-05 02:10:54 +01:00
InterfaceHandler.h
Using iterators in Natspec comment parsing
2014-12-05 02:10:54 +01:00
NameAndTypeResolver.cpp
Save the scope for every declaration.
2014-12-01 17:33:21 +01:00
NameAndTypeResolver.h
Save the scope for every declaration.
2014-12-01 17:33:21 +01:00
Parser.cpp
Simplifying scanning for natspec documentation
2014-11-30 22:43:40 +01:00
Parser.h
Contract compiler and also add ExpressionStatement to AST.
2014-10-30 01:25:42 +01:00
Scanner.cpp
Comments for the TOKEN_LIST usage.
2014-12-03 09:41:12 +01:00
Scanner.h
Moving LiteralScope to Scanner.cpp
2014-11-30 23:25:42 +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
Cleanup of scanner.
2014-12-01 13:46:04 +01:00
Types.cpp
Fix: Storage offset of first struct member should be zero.
2014-12-02 17:58:44 +01:00
Types.h
Global functions.
2014-11-26 15:42:54 +01:00