Finish ggt task
This commit is contained in:
@@ -35,10 +35,6 @@ class MaMa:
|
||||
steps += 1
|
||||
return journal
|
||||
|
||||
# Returns the full program
|
||||
def structure(self) -> Dict[int, Dict[str, Any]]:
|
||||
return {i: {"micro": micro, "macros": []} for i, micro in sorted(self.prog.items())}
|
||||
|
||||
# Decodes string MaMa instructions to function callables
|
||||
@staticmethod
|
||||
def decode(micro: str) -> Tuple[str, Optional[List[Any]]]:
|
||||
|
||||
Reference in New Issue
Block a user