summaryrefslogtreecommitdiff
path: root/src/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-24 09:31:44 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-24 09:31:44 -0500
commit6ed9cc38ede29690539e8da3d2c161ce82a77b07 (patch)
tree0a3c80e707e34bf3d99c67307e0860957c295144 /src/bytecode.h
parent9f7eff5cd6a8bcee6dc69701c35d9603e9f6c90c (diff)
downloadcolm-6ed9cc38ede29690539e8da3d2c161ce82a77b07.tar.gz
construct an input when creating a parser
No longer need a separate input construct step for parsers. Just create when constructing the parser.
Diffstat (limited to 'src/bytecode.h')
-rw-r--r--src/bytecode.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bytecode.h b/src/bytecode.h
index 8f4765d3..045eaa45 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -39,11 +39,6 @@ typedef unsigned char uchar;
typedef unsigned long colm_value_t;
/*
- * 0x24
- * 0x6e
- * 0xbc
- * 0xe6
- * 0xf6
*/
#define IN_LOAD_INT 0x01
@@ -314,10 +309,6 @@ typedef unsigned long colm_value_t;
#define IN_SET_RHS_VAL_WV 0xdc
#define IN_SET_RHS_VAL_BKT 0xdd
-#define IN_CONSTRUCT_INPUT 0xde
-#define IN_SET_INPUT 0xdf
-#define IN_GET_INPUT 0xe0
-
#define IN_GET_PARSER_MEM_R 0x5b
#define IN_GET_PARSER_MEM_WC 0x00
#define IN_GET_PARSER_MEM_WV 0x00