Add missing arithmetic operators to parser
leolara opened this issue · 3 comments
leolara commented
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 commented
In this branch: https://github.com/privacy-scaling-explorations/chiquito/tree/rutefig/205-add-missing-binary-operators-to-lalrpop-and-ast
It is linked to the issue #205