solidity-parser Description This a solidity lexical analyzer by python. I create it because I can not get what I want from "solc" and nodejs parser. This parser will output a json result which split solidity contract to several blocks. Usage Please take a look at examples