foundry-rs / compilers

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

Fix `DoWhileStatement` AST #74

Closed klkvr closed 7 months ago

klkvr commented 7 months ago

Fixes AST field name for DoWhileStatement nodes.

Ref https://github.com/foundry-rs/foundry/issues/7069