From 0882396875e26995ef996890e022acc3662eb70f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 23 Oct 2013 14:49:28 +0000 Subject: tabular linearization in the C and Java runtimes --- src/runtime/c/pgf/linearizer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/runtime/c/pgf/linearizer.h') diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h index 1cc244575..65c02c48b 100644 --- a/src/runtime/c/pgf/linearizer.h +++ b/src/runtime/c/pgf/linearizer.h @@ -71,6 +71,11 @@ pgf_lzr_linearize(PgfConcr* concr, PgfCncTree ctree, size_t lin_idx, void pgf_lzr_linearize_simple(PgfConcr* concr, PgfCncTree ctree, size_t lin_idx, GuOut* out, GuExn* err); + + +void +pgf_lzr_linearize_table(PgfConcr* concr, PgfCncTree ctree, + size_t* n_lins, GuString** labels); #endif #ifdef PGF_PARSER_H_ -- cgit v1.2.3