solidity/libsolidity
Kristofer Peterson f927da9182 Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall).
Visit method now cleanly determines if node represents a function call,
struct construction or type conversion. Type checking, validation and
error message logic is moved to separate methods.
2018-11-09 16:35:54 +00:00
..
analysis Refactor of bool TypeChecker::visit(FunctionCall const& _functionCall). 2018-11-09 16:35:54 +00:00
ast Merge pull request #5265 from ethereum/cleanupsha3 2018-11-09 15:39:57 +01:00
codegen Merge pull request #5265 from ethereum/cleanupsha3 2018-11-09 15:39:57 +01:00
formal Grouping of symbolic variables in the same file and support to FixedBytes 2018-10-25 09:30:48 +02:00
inlineasm Fix windows build. 2018-11-08 11:30:58 +01:00
interface Reset yul string repository. 2018-11-09 15:40:36 +01:00
parsing Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
CMakeLists.txt Renaming libjulia to libyul 2018-10-15 11:52:35 +02:00