solidityj / solidity-antlr4

Solidity grammar for ANTLR4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot parse oraclize api solidity file

deenuka opened this issue · comments

Cannot parse oraclize api solidity file due to unrecognized versioning pragma.

pragma solidity >= 0.4.1 < 0.5

https://github.com/provable-things/ethereum-api/blob/master/oraclizeAPI_0.4.sol#L31