solidity/libsolidity
rocky ca3afea1d7 Add Steve Johnson-style parser recovery rules:
SourceUnit = Error $
    Block = '{' Error '}'
    ContractDefinition = '{' Error '}'
    Statement = Error ';'

Co-Authored-By: chriseth <chris@ethereum.org>
2019-06-17 14:47:07 +02:00
..
analysis Improve error message for delegatecall.value 2019-06-06 12:55:12 +02:00
ast Set state mutability of function type members `gas and value` to pure. 2019-06-13 18:27:53 +02:00
codegen [Sol->Yul] Refactor shift functions to be consistent 2019-06-11 17:44:36 +02:00
formal [SMTChecker] Report malformed expressions more precisely 2019-06-06 11:54:29 +02:00
interface Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
parsing Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
CMakeLists.txt Use imported cmake targets for boost. 2019-06-06 18:49:34 +02:00