OCamlPro / ocaml-solidity

Ocaml-solidity provides a Solidity parser and typechecker
https://ocamlpro.github.io/ocaml-solidity
Other
32 stars 10 forks source link

Fixed parsing of multiple files #30

Closed hra687261 closed 2 years ago

hra687261 commented 2 years ago

When a file is queued to be parsed and it is imported by another file that was parsed before it, it gets parsed twice.