aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/errors.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-27 10:43:30 +0200
committerBad Diode <bd@badd10de.dev>2021-10-27 10:43:30 +0200
commitf0cd7a3cab56a6f8d7b4520aaa168a271a94d6d4 (patch)
tree70a5e81b14f0fe65c959d675909ee3aa471f8354 /src/bytecode/errors.h
parent6eed0aa02c657ae97e18280a6dd9d74c84fd91d4 (diff)
downloadbdl-f0cd7a3cab56a6f8d7b4520aaa168a271a94d6d4.tar.gz
bdl-f0cd7a3cab56a6f8d7b4520aaa168a271a94d6d4.zip
Add initial implementation of locals
Diffstat (limited to 'src/bytecode/errors.h')
-rwxr-xr-xsrc/bytecode/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/errors.h b/src/bytecode/errors.h
index 425c768..8f4386e 100755
--- a/src/bytecode/errors.h
+++ b/src/bytecode/errors.h
@@ -24,6 +24,7 @@ typedef enum ErrorValue {
24 ERR_TOO_MANY_ARGS, 24 ERR_TOO_MANY_ARGS,
25 ERR_WRONG_ARG_TYPE, 25 ERR_WRONG_ARG_TYPE,
26 ERR_DIVISION_BY_ZERO, 26 ERR_DIVISION_BY_ZERO,
27 ERR_AMBIGUOUS_PARAMS,
27 28
28 // Bytecode interpreter. 29 // Bytecode interpreter.
29 ERR_PC_OOB, 30 ERR_PC_OOB,