Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sam bacha committed Nov 1, 2020
1 parent 132d1b2 commit 8216b39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand All @@ -20,7 +26,6 @@ import { solidityparser } from 'pegis-solidity';
```
### command line


`$ ./node_modules/.boin/pegis-solidity $PWD/file_name.js`

#### Example
Expand Down

0 comments on commit 8216b39

Please sign in to comment.