master > master: struktur + unit tests

This commit is contained in:
RD
2021-05-06 12:44:29 +02:00
parent 900befbb4e
commit 3c2e48ccde
12 changed files with 442 additions and 91 deletions

9
code/data.env Normal file
View File

@@ -0,0 +1,9 @@
# expr = "A0"
# expr = "! A0"
# expr = "( A0 && A1 )"
# expr = "( A0 || A1 )"
# expr = "( A0 -> A1 )"
expr = "( A0 -> ((A0 && A3) || ! A2) )"
# expr = "( A0 -> ((A0 && A3) || A2) )"
# expr = "(( {G} || !{G} ) -> A5)"
interpretation = "[ 'A0', 'A2' ]"