added API for reading a list of tuples in the SG module

This commit is contained in:
krasimir
2015-12-22 13:50:01 +00:00
parent 028de0468b
commit 8dda2dfbff
4 changed files with 105 additions and 7 deletions

View File

@@ -163,6 +163,10 @@ pgf_read_expr_tuple(GuIn* in,
size_t n_exprs, PgfExpr exprs[],
GuPool* pool, GuExn* err);
GuSeq*
pgf_read_expr_matrix(GuIn* in, size_t n_exprs,
GuPool* pool, GuExn* err);
PgfType*
pgf_read_type(GuIn* in, GuPool* pool, GuExn* err);