Skip to content

Commit 7906a08

Browse files
authored
docs(readme): update v2
1 parent 9342c2f commit 7906a08

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ pegis-solidity
2020
> [consensys/solidity-parser](https://github.com/ConsenSys/solidity-parser) with
2121
> additional project specific grammar rules
2222
23+
- Main change is adoption of `peggy` as the `peg.js` framework has been stagnant, this is a drop in replacement.
24+
25+
#### TODO
26+
- Typescript support in next release via `ts-peggy`
27+
- Documentation update
28+
29+
## Reference for Changes
30+
31+
> v2 changes start here: 18 August 2021
32+
33+
- feat(refactor): migrate to peggy and various improvements
34+
[`87b594a`](https://github.com/sambacha/solidity-pegjs-parser/commit/87b594ad21e1221b5e3574ac8f69b5751a9ce4be)
35+
- build(refactor): improve build process
36+
[`0de7a77`](https://github.com/sambacha/solidity-pegjs-parser/commit/0de7a774bf2edd51b03a865e435b30a02feb5313)
37+
- chore(repo): remove dead and legacy artifacts
38+
[`012fec1`](https://github.com/sambacha/solidity-pegjs-parser/commit/012fec1b5000017a6125c38580d76a3299f597cc)
39+
40+
2341
### Usage
2442

2543
```js

0 commit comments

Comments
 (0)