Added concept 'isa' other_concept functionality

This commit is contained in:
2019-12-21 22:02:07 +01:00
parent 2474b08150
commit a683d4cd42
13 changed files with 489 additions and 61 deletions
+1
View File
@@ -86,6 +86,7 @@ class Keywords(Enum):
WHERE = "where"
PRE = "pre"
POST = "post"
ISA = "isa"
class Tokenizer: