Skip to content

Commit

Permalink
Accept min mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed May 29, 2024
1 parent 327367e commit 915d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tivars/tokenizer/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def encode(string: str, *,
case "smart":
stack = [SmartMode()]

case "string":
case "string" | "min":
stack = [MinMode()]

case _:
Expand Down

0 comments on commit 915d0a4

Please sign in to comment.