namnc / circom-2-arithc

Circom interpreter to arithmetic circuit description
MIT License
33 stars 7 forks source link

Merge `traverse` and `execute` functions #15

Closed brech1 closed 3 months ago

brech1 commented 4 months ago

Restructure the codebase to reduce redundant code and improve navigation by merging:

Into two functions to handle statements and expressions in a single way.

brech1 commented 3 months ago

Resolved in #20