federicobond / solidity-parser-antlr

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

Add support for return parameters #18

Closed GNSPS closed 6 years ago

GNSPS commented 6 years ago

Fixes #17

federicobond commented 6 years ago

Thank you @GNSPS! I rebased and merged it manually. Commit is still attributed to you.

I also reduced the level of nesting so that parameters and returnParameters are both ParameterLists.