summaryrefslogtreecommitdiff
path: root/projects/hackc/utils.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-09-01 12:56:25 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-09-01 12:56:25 +0800
commitbed429a1d17b43678a70bc286aac12a0bd6e387d (patch)
treecb691145f5daf3c7f19b5ac0b2e3c83deb4722d9 /projects/hackc/utils.py
parent1328887bb78ba034fe3d496ad8029382c1ec678e (diff)
hackc: more terms
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 = ")"