Skip to content

v1.0.0

Compare
Choose a tag to compare
@tomc128 tomc128 released this 20 Oct 11:05
· 87 commits to main since this release

Initial release of Boolean Expression Parser!

  • Supports all basic boolean operators
    • AND, OR, NOT, XOR, NAND, NOR, XNOR
  • Supports aliases for operators
    • &, +, !, etc.
    • All types of brackets for readability
  • Supports multi-character variable names
    • A_1, D0, etc.
  • Intuitive truth table display

To run, download the respective file for your device. Ensure .NET 6 is installed. Run the program with BooleanExpressionParser.exe on Windows or BooleanExpressionParser on Linux.