Skip to content

fixfell7/Latex2boolean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Latex2boolean

A Latex to Boolean Algebra converter

  • $$ detection
  • missing multiplication detection
  • more Tex convertion

V1:

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.

About

A Latex to Boolean Algebra converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published