File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments