0
How can I go about creating a Truth Table Generator?
The idea is too parse an expression. For example: p V ¬p However, how can I go about doing so? Should I do it with some parser generator or perhaps infix to postfix? Once that's done, how can I then create a truth table? I've been thinking about it this whole day, yet don't know how to even go about it.
1 ответ
0
First share your practice code