diff options
| author | krasimir <krasimir@chalmers.se> | 2015-12-22 13:50:01 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-12-22 13:50:01 +0000 |
| commit | 8dda2dfbff01e8211124cd5ecbcf6ea4a1f3da68 (patch) | |
| tree | dea089e7b25a7fc03da775d5a31e880566b9b0b2 /src/runtime/c/pgf/expr.h | |
| parent | 028de0468bbab231b5fad3a4a1a28d91f26c747f (diff) | |
added API for reading a list of tuples in the SG module
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 8dd1e0d44..763d1ba4f 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -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); |
