OCamlPro / ocaml-solidity

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

Correctly parsing library type #16

Closed jO-Osko closed 3 years ago

jO-Osko commented 3 years ago

Library type was always parsed as None instead of the correct type when available.

Amazing work though, really nice and useful parser. Thanks.

lefessan commented 3 years ago

Thanks !