solidity-ast
Advanced tools
Changelog
0.4.47 (2023-05-04)
ASTDereferencer.withSourceUnit
to be able to obtain the source unit that contains a node with a given id.Changelog
0.4.46 (2023-02-22)
UsingForDirective
for user-defined operators.BinaryOperation.function
and UnaryOperation.function
for user-defined operators.Changelog
0.4.45 (2023-02-01)
'paris'
as a possible value for InlineAssembly.evmVersion
.Mapping
fields keyName
, keyNameLocation
, valueName
, valueNameLocation
from Solidity 0.8.18.Changelog
0.4.43 (2023-01-20)
FunctionCall.nameLocations
and IdentifierPath.nameLocations
from Solidity 0.8.16.MemberAccess.memberLocation
from Solidity 0.8.16.