ocaml-solidity icon indicating copy to clipboard operation
ocaml-solidity copied to clipboard

Ocaml-solidity provides a Solidity parser and typechecker

Results 2 ocaml-solidity issues
Sort by recently updated
recently updated
newest added

I tried to parse the contract : https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol But I got this error ``` Fatal error: exception Solidity_exceptions.SyntaxError("Parse error", _) ``` I'm not sure if I'm doing something wrong, I'm...

Quotes are optional for single word strings in dune, so depending on the version version of a package will require the version be literally "version" rather than the version of...