usubalang / usuba

A programming language to write bitsliced ciphers
https://usubalang.github.io/usuba
MIT License
56 stars 11 forks source link

Lightweight `config` maker #90

Open pedagand opened 2 years ago

pedagand commented 2 years ago

The normalization and optimization passes depend heavily (and indiscriminately) on the flags in the (very large) config record type. This makes testing isolated passes very painful.

We should either extract some "typical" config setup or expose some of the CLI interface within usuba.