Doodles / floo

MIT License
5 stars 0 forks source link

Use Flow team's WASM Cadence parser #1

Open 10thfloor opened 1 year ago

10thfloor commented 1 year ago

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.

javierpozzi commented 1 year ago

That's great! I didn't know that parser. We will take a look at it and add it if it is suitable.