Added DefaultParser

This commit is contained in:
2019-10-29 18:39:51 +01:00
parent 101319b8b6
commit 8107e149b9
18 changed files with 1581 additions and 376 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ concept is_the_opposite:
a, b
test:
a.pre == not b.pre && a.post == b.post
a.pre == not b.pre && a.post == not b.post
print all concepts