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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/hackc/utils.py b/projects/hackc/utils.py
index 4b9c9f0..58888ac 100644
--- a/projects/hackc/utils.py
+++ b/projects/hackc/utils.py
@@ -3,6 +3,7 @@ from sys import stderr
EXIT_CODE_FILE_ERROR = 1
EXIT_CODE_INVALID_TOKEN = 2
EXIT_CODE_SYNTAX_ERROR = 4
+EXIT_CODE_EOF = 7
# vim autoindent misbehaves if I type these verbatim in strings
LEFT_BRACE = "{"