The Flow team maintains a version of the Cadence parser here:
https://github.com/onflow/cadence/tree/master/npm-packages/cadence-parser
Could this project should consider using the AST generated by the official parser (if suitable)?
Using the official Cadence parser would eliminate the need to maintain the custom parser developed as part of this library.
The Flow team maintains a version of the Cadence parser here:
https://github.com/onflow/cadence/tree/master/npm-packages/cadence-parser
Could this project should consider using the AST generated by the official parser (if suitable)?
Using the official Cadence parser would eliminate the need to maintain the custom parser developed as part of this library.