ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
138 stars 54 forks source link

Missing assembly rules: for, switch, function #83

Closed cgewecke closed 6 years ago

cgewecke commented 7 years ago

Several assembly features appear to be missing from the official grammar and use keywords / probably need special parsing.

EDIT: grammar for them can be found at: https://github.com/solidityj/solidity-antlr4/blob/master/Solidity.g4

Links to relevant code in AsmParser.cpp: