namnc / circom-2-arithc

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

restructure: code cleanup #5

Closed brech1 closed 5 months ago

brech1 commented 5 months ago

Description

This PR aims to remove unused code to make the navigation easier and implement some simplifications to existing conditional, match blocks and other structs. It removes every compiler linting bypasses and fixes every clippy warning.

It also includes a new workflow for building, verifying clippy warnings and tests.