namnc / circom-2-arithc

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

fix: infix operation handling #8

Closed brech1 closed 4 months ago

brech1 commented 4 months ago

Description

This PR aims to fix the multi term infix operations processing. We're now able to process these operations and create the corresponding gates if necessary.

Changes