From bed429a1d17b43678a70bc286aac12a0bd6e387d Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Thu, 1 Sep 2022 12:56:25 +0800 Subject: hackc: more terms --- projects/hackc/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'projects/hackc/utils.py') diff --git a/projects/hackc/utils.py b/projects/hackc/utils.py index 58888ac..d375953 100644 --- a/projects/hackc/utils.py +++ b/projects/hackc/utils.py @@ -8,6 +8,8 @@ EXIT_CODE_EOF = 7 # vim autoindent misbehaves if I type these verbatim in strings LEFT_BRACE = "{" RIGHT_BRACE = "}" +LEFT_BRACKET = "[" +RIGHT_BRACKET = "]" LEFT_PAREN = "(" RIGHT_PAREN = ")" -- cgit v1.2.3