A Latex to Boolean Algebra converter
V1.1 V1.1 Web page
- $$ detection
- missing multiplication detection
- more Tex convertion
The code works, the library is not full
it can convert things
- like this:
X=\overline{A \cdot \left( B \oplus C\right)+\overline{\overline{D}+E}} - to this:
X=~(A*(B⊕C)+~(~(D)+E))
The JavaScript is my latest build. The cpp library is not updated.