Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 283 Bytes

File metadata and controls

7 lines (5 loc) · 283 Bytes

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