Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 297 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 297 Bytes

solparser

Install

make install

How to use

-h, --help                        Display this help menu

read source options:
  -f[NAME], --file=[NAME]           read the source file
  -d, --stdin                       read the stdin


$ ./solparser -f ./test.sol

solparser