iden3 / circom

zkSnark circuit compiler
GNU General Public License v3.0
1.25k stars 232 forks source link

AST to JSON serialization support #246

Open Arvolear opened 4 months ago

Arvolear commented 4 months ago

Implemented AST to JSON serialization to allow third-party language analysis tools to be built. This will allow binding generators, static analyzers, and probably even linters to enter the ZK game.

We have added several cli arguments:

Running these two commands together will save time producing the JSONs on larger projects.

Would appreciate the feedback!