solidity/libsolidity
Christian Parpart 0fd1db533e yul: adds reindent() function to reindent yul source code and makes use of it in IRGenerator.
This function does count curly and round braces and reindents
accordingly the beginning of each line.

It does consider line-comments (// and ///) but not multiline comments (/* ... */).
2019-06-24 12:53:50 +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 yul: adds reindent() function to reindent yul source code and makes use of it in IRGenerator. 2019-06-24 12:53:50 +02:00
formal [SMTChecker] Report malformed expressions more precisely 2019-06-06 11:54:29 +02:00
interface Merge pull request #6876 from rocky/recoveringParser1-StandardCompiler 2019-06-18 22:40:35 +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