summaryrefslogtreecommitdiff
path: root/src/compiler.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-02-13 18:36:08 -0500
committerAdrian Thurston <thurston@complang.org>2015-02-13 18:36:08 -0500
commit7971f22167db5f108430e4735e4cc1b492e6bd9d (patch)
tree3a8d0f36a13b7fab5c13c3c5d44dcff859da649d /src/compiler.h
parentccf380421c08b6ec1f8b9c4ce6c62eb1fbf5e1e5 (diff)
downloadcolm-7971f22167db5f108430e4735e4cc1b492e6bd9d.tar.gz
work on value list and value map, can insert into vmap
Diffstat (limited to 'src/compiler.h')
-rw-r--r--src/compiler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler.h b/src/compiler.h
index 56e4a446..e7ba7bff 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -768,6 +768,11 @@ struct Compiler
void initListFunctions( GenericType *gen );
void initListElFields( GenericType *gen );
+ void initValueListFields( GenericType *gen );
+ void initValueListFunctions( GenericType *gen );
+ void initValueMapFunctions( GenericType *gen );
+ void initValueMapFields( GenericType *gen );
+
void initVectorFunctions( GenericType *gen );
void initParserField( GenericType *gen, const char *name,
int offset, TypeRef *typeRef );