summaryrefslogtreecommitdiff
path: root/projects/hackc/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hackc/utils.py')
-rw-r--r--projects/hackc/utils.py2
1 files changed, 2 insertions, 0 deletions
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 = ")"