Added RET keyword
This commit is contained in:
@@ -67,7 +67,7 @@ class UnrecognizedNodeParser(BaseParser):
|
||||
has_unrecognized = True # never trust source code not. I may be an invalid source code
|
||||
|
||||
else: # cannot happen as of today :-)
|
||||
raise NotImplementedError()
|
||||
raise NotImplementedError(f"Node is {type(node)}, which is not supported yet")
|
||||
|
||||
# concept with UnrecognizedToken in their properties is considered as fatal error
|
||||
if self.has_error:
|
||||
|
||||
Reference in New Issue
Block a user