foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
59 stars 36 forks source link

Small fixes to typed AST #50

Closed klkvr closed 5 months ago

klkvr commented 5 months ago

Add Hash derive for SourceLocation, fix schema for TryCatchClause and add test for it.

I am currently working on https://github.com/foundry-rs/foundry/issues/4034 and it requires usage of native solc AST, so I might be opening some other PRs around it as it seems that we are not using current models anywhere and they might be a bit outdated