namnc / circom-2-arithc

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

Execute `if` and `while` statements in a new context #26

Closed brech1 closed 2 months ago

brech1 commented 3 months ago

The if and while statements are being executed in the parent context. We should instantiate a new context to isolate possible declarations, execute and then merge back.