Added mdel command

This commit is contained in:
2022-10-22 07:48:17 -07:00
parent 8da3282edf
commit a7078f9a77
4 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class Parser:
(lp + pp_call + rp)
)
pp_command = pp.Suppress(":") + pp.Word(pp.alphas + "_")
pp_command = pp.Suppress(":") + pp.Word(pp.alphas + "_") + pp.Word(pp.alphas + "_")[0, ...]
pp_command.set_parse_action(tokens.command.from_parse)