Add Nand, Nor and Xnor #7
Labels
A-ast
Task operating on the stevia_ast crate in isolation.
B-enhancement
An enhancement or new feature.
C-question
A question.
D-easy
A task that is considered to be simple to implement.
Stevia could profit by implementing or at least providing
Nand
,Nor
andXnor
in addition toAnd
,Or
andXor
that currently exist. This could make some simplifications involving negation simpler or at least more performant temporarily.These additional expression types could be implemented on several different layers.
And
,Or
andXor
. The downside is that this is quite intransparent to users that might be confused why no actual negated versions are created.The text was updated successfully, but these errors were encountered: