duaraghav8 / solparse

Solidity Parser for Solium

Home Page:https://www.npmjs.com/package/solparse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing grammar for assembly switch statements

guilhermejcgois opened this issue · comments

commented

Seems that language grammar in solidity.pegjs is incomplete,, I haven't found statements for switch, case, default, break and continue.

@guilhermejcgois thanks for reporting this. Though I take out time to maintain this package quite often, I have limited bandwidth and might take some time before getting to resolve this issue. So if you'd be interested in submitting a PR I'd be happy to incorporate that

commented

Sure! I'll try to take a look this weekend :)