ocaml-solidity
ocaml-solidity copied to clipboard
Ocaml-solidity provides a Solidity parser and typechecker
Results
1
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...