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

Co-Authored-By: chriseth <chris@ethereum.org>
2019-05-28 15:06:34 +02:00
..
analysis Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00
ast Fix assignment of struct containing array of mappings 2019-05-25 01:33:49 +08:00
codegen Merge pull request #6767 from ethereum/constantOptimiserForYul 2019-05-28 11:53:04 +02:00
formal Merge pull request #6764 from ethereum/smt_fix_tuple_ice 2019-05-20 15:18:11 +02:00
interface Add Steve Johnson-style parser recovery rules: 2019-05-28 15:06:34 +02:00
parsing Add Steve Johnson-style parser recovery rules: 2019-05-28 15:06:34 +02:00
CMakeLists.txt LValues and state variables of value type. 2019-05-02 17:03:22 +02:00