3 Commits (7583637c395ea2976493516f53e738fb1b29def0)

Author SHA1 Message Date
Gav Wood f1f34cbe32 Fixes/workarounds for tests. 10 years ago
Lefteris Karapetsas 4165e45464 updating solidity parser natspec tests to comply with recent changes 10 years ago
Lefteris Karapetsas 8edb5b8b54 Solidity Tests names are now more consistent 10 years ago
Lefteris Karapetsas 1f0346396a Minor issues, grammar update, new ForStatement test 10 years ago
Lefteris Karapetsas b2992bd659 Solidity ForStatements expressions are now optional 10 years ago
Lefteris Karapetsas e934aa0bef new ForStatement parsing test and small grammar fix 10 years ago
Lefteris Karapetsas 30c000d121 Adding a ForStatement solidity AST Node. 10 years ago
Christian 8621949067 Import directive. 10 years ago
Lefteris Karapetsas 70dd83f887 Adding natspec comment test being between keyword and signature 10 years ago
Lefteris Karapetsas 7ac651726f Solidity natspec docstring test improvements 10 years ago
Lefteris Karapetsas 4bb7cc9f67 Solidity FunctionDefinition used ASTString shared ptr for docstrings 10 years ago
Lefteris Karapetsas 3e42b5ff0d Adding solidity natspec comment inside function body 10 years ago
Lefteris Karapetsas 170ff1a07f Fixing multiline comment parsing in solidity 10 years ago
Lefteris Karapetsas e5da1ba6c6 Solidity work for documentation strings 10 years ago
Lefteris Karapetsas 43f269ce9a Solidity function AST nodes get documentation attribute 10 years ago
Christian 27d20cd849 Magic variables. 10 years ago
Christian 638960f22f Contracts as types and framework for special global variables. 10 years ago
Christian edfc06e2c6 Bugfix: Special case of statements starting with type conversion. 10 years ago
Christian ea6d58a0d1 Contract compiler and also add ExpressionStatement to AST. 10 years ago
Christian c6c7f86b82 Further const placement changes. 10 years ago
Christian 0baf92d52e Parser fix: Consume break and continue. 10 years ago
Christian fa22722e0e Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type 10 years ago
Christian 68a85f4f80 Corrected coding style. 10 years ago
Christian b71e993223 Added meaningful exception types. 10 years ago
Christian f070d3bdea Initial implementation of Solidity parser finished, not yet tested much. 10 years ago
Christian 4c1739169a Parse everything up to function bodies and report parser errors with location. 10 years ago
Christian 961327ee7d Solidity parser, can not parse much yet. 10 years ago