First steps of ConceptLexer. Need to update DefaultParser before continuing
This commit is contained in:
@@ -8,7 +8,7 @@ from parsers.PythonParser import PythonNode, PythonParser
|
||||
|
||||
|
||||
def get_context():
|
||||
sheerka = Sheerka()
|
||||
sheerka = Sheerka(skip_builtins_in_db=True)
|
||||
sheerka.initialize("mem://")
|
||||
return ExecutionContext("test", "xxx", sheerka)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user