solidity/libsolidity
nishant-sachdeva 9043621747 Changed occurences of isByteArray() to isByteArrayOrString(). The idea
is to, in a future commit, replace such occurences of
isByteArrayOrString() which are required to return True only for Bytes
type with a new isByteArray() function.
2022-02-02 14:19:58 +05:30
..
analysis Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
ast Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
codegen Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
formal Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
interface Changed occurences of isByteArray() to isByteArrayOrString(). The idea 2022-02-02 14:19:58 +05:30
lsp LSP: Introduces lspAssert(condition, ErrorCode, message) 2022-01-05 11:30:04 +01:00
parsing Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
CMakeLists.txt Initial implementation of Language Server 2021-12-16 17:52:49 +01:00