Fixed #9 : I can parse 'def concept'

This commit is contained in:
2023-06-11 09:45:44 +02:00
parent 62391f786e
commit ba397b0b72
22 changed files with 3043 additions and 93 deletions
-1
View File
@@ -80,7 +80,6 @@ class Concept:
def __init__(self, metadata: ConceptMetadata):
self._metadata: ConceptMetadata = metadata
self._bnf = None # compiled bnf expression
self._runtime_info = ConceptRuntimeInfo() # runtime settings for the concept
self._all_attrs = None