Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

`scilla-fmt`: Export AST as JSON #1216

Closed jubnzv closed 1 year ago

jubnzv commented 1 year ago

scilla-fmt should be able to dump AST to the JSON format.

This is required to write third-party tools that work with Scilla's AST.

Related: https://github.com/Zilliqa/scilla/pull/696