namnc / circom-2-arithc

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

fix: `if` and `while` loop context #28

Closed brech1 closed 2 months ago

brech1 commented 2 months ago

Description

This PR implements the creation of new contexts when processing and if or while statement.

There's also a runtime update to allow variables shadowing.

Related Issues