First implementation of questions management

This commit is contained in:
2020-08-14 08:16:33 +02:00
parent e84b394da2
commit 351c16f946
47 changed files with 1582 additions and 400 deletions
+4
View File
@@ -616,6 +616,10 @@ class UTN(HelperWithPos):
class BaseNodeParser(BaseParser):
"""
Parser that return LexerNode
"""
def __init__(self, name, priority, **kwargs):
super().__init__(name, priority)
if 'sheerka' in kwargs: