diff --git a/README.md b/README.md index 976861f..f9e1892 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Solidity PEGJS Grammar Parser +![nodejs](https://github.com/sambacha/solidity-pegjs-parser/workflows/nodejs/badge.svg) + +> [GitHub Source](https://github.com/sambacha/solidity-pegjs-parser) + > [npm solidity-pegjs-parser](https://www.npmjs.com/package/solidity-pegjs-parser) @@ -11,6 +15,8 @@ Ideal for AST use-cases ## Overview +pegis-solidity + > original [consensys/solidity-parser](https://github.com/ConsenSys/solidity-parser) with additional project specific grammar rules ### Usage @@ -20,7 +26,6 @@ import { solidityparser } from 'pegis-solidity'; ``` ### command line - `$ ./node_modules/.boin/pegis-solidity $PWD/file_name.js` #### Example