Fixed a bug
parent
218af2cd49
commit
657d5b66af
|
@ -79,6 +79,11 @@ class free_variable(LambdaToken):
|
||||||
return f"{self.label}"
|
return f"{self.label}"
|
||||||
|
|
||||||
class command:
|
class command:
|
||||||
|
def set_runner(self, runner):
|
||||||
|
pass
|
||||||
|
def bind_variables(self):
|
||||||
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_parse(result):
|
def from_parse(result):
|
||||||
return command(
|
return command(
|
||||||
|
|
Reference in New Issue