summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2017-07-27 12:11:13 -0400
committerAdrian Thurston <thurston@colm.net>2017-07-27 12:11:13 -0400
commit3f74fc17cee81774ddcc29c0a3560f81f7b60b7d (patch)
treedd3cc86a2cbc0b6eceb2755f084800718842fb1c /src/bytecode.h
parent1395ab646772f3c37e3fbad207d9f12a9d3f3140 (diff)
downloadcolm-3f74fc17cee81774ddcc29c0a3560f81f7b60b7d.tar.gz
added a read_reduce statement to call postfix reducer
Triggers the generation of the reducer. Accepts a stream.
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 7e76a824..3d47bd8b 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -209,6 +209,7 @@ typedef unsigned char uchar;
#define IN_GET_VLIST_MEM_BKT 0x5c
#define IN_CONS_REDUCER 0x76
+#define IN_READ_REDUCE 0x69
#define IN_DONE 0x78