unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
1 stars 0 forks source link

interface conversion: antlr.RuleContext is *parser.IdentifierPathContext, not *parser.StateVariableDeclarationContext #182

Open 0x19 opened 5 months ago

0x19 commented 5 months ago

Well this one is because grammar file is not supported. It will be sorted out by implementing <6.0 AST grammar changes.

0x19 commented 5 months ago

Can be triggered by calling 0x8942A64c1834A926268eb031b80f25336F962bcC (ethereum mainnet)