parser update

This commit is contained in:
2026-04-13 11:12:33 +02:00
parent 2ff205027c
commit 50550a1f06
2 changed files with 10 additions and 7 deletions
+4
View File
@@ -8,6 +8,10 @@ input:
```
!X11 AND (!X3 AND !X4 OR X3 AND X4 OR X3 AND !X4 AND X12) OR X11 AND !X12 AND (X3 OR X4)
```
input (using '+' for or and '*' for and):
```
!X11*(!X3*!X4+X3*X4+X3*!X4*X12)+X11*!X12*(X3+X4)
```
output:
```