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

Parse error while parsing OpenZeppelin ERC20 contract

Open dhilst opened this issue 1 year ago • 1 comments

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 using the 0.5.3 version of ocaml-solidity

dhilst avatar Jan 31 '23 19:01 dhilst