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

AST TypeName is just over complicated #184

Open 0x19 opened 5 months ago

0x19 commented 5 months ago

Well go and pattern matching... What to say... Need to clean out ast/type_name.go. It's just over complicated...