What's Changed
- New truth table generation & styles by @tomc128 in #2
- Project restructure by @tomc128 in #3
- Project restructure & new web UI by @tomc128 in #4
Project Restructure
After a slight rework of the project structure, the command line interface is now in BooleanExpressionParser.CLI. The logic and functionality is in BooleanExpressionParser as before.
Files
Attached is a framework-dependent executable file for the CLI, as well as a framework-dependent DLL file for the library. Both should be cross-platform.
Full Changelog: v1.1.0...v1.2.0