index
:
pez
master
toy interpreter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pez.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'pez.h')
-rw-r--r--
pez.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/pez.h b/pez.h
index 53d2d29..4edc0df 100644
--- a/
pez.h
+++ b/
pez.h
@@ -15,6 +15,7 @@ enum {
PEZ_TBool,
PEZ_TString,
PEZ_TFnProto,
+ PEZ_TUpval,
PEZ_TFn,
PEZ_TTuple,
PEZ_TRecord,