Fixed #9 : I can parse 'def concept'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user