v1.0.0
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.