privacy-scaling-explorations/chiquito

Add missing arithmetic operators to parser

leolara opened this issue · 3 comments

We should have all that are in section "Arithmetic operators" and "Bitwise operators" here https://docs.circom.io/circom-language/basic-operators/#arithmetic-operators

The operator priority should be like in circom that is the same as in rust.

@rutefig why do you link to a branch instead of sending a PR?

@rutefig why do you link to a branch instead of sending a PR?

It was just to keep track that this issue is being done on the same branch as the issue #205 because it is related, when the PR is ready I will link it here too