solidity-parser / parser

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157 stars 44 forks source link

Versions with `||` cannot be parsed #35

Closed fvictorio closed 3 years ago

fvictorio commented 3 years ago

For example:

pragma solidity ^0.5.0 || ^0.6.0 || ^0.7.0;

fvictorio commented 3 years ago

Fixed in v0.10.2