mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
* feat: add package logical-expressions This is a new package to evaluate logical expressions. re #307 * refactor(logical-expressions): throw an error if the logical expression is incorrect The algorithm throws an error if the logical expression is incorrect, eliminating the need for previous validation. re #307 * refactor(logical-expressions): throw an error if the logical expression is empty re #307 * docs(logical-expressions): add instructions to install and use the package re #307 * docs: update repo readme and codeowners files re #307 * docs(logical-expressions): improve code documentation re #307 * refactor(logical-expressions): export the applyOperator function re #307 * refactor(logical-expressions): export the precedence function re #307 * docs(logical-expressions): update evaluate function docs re #307 * docs(logical-expressions): update code docs re #307 * chore(logical-expressions): update package json file