added API for computing bracketed strings from Python and C

This commit is contained in:
kr.angelov
2013-04-18 13:37:09 +00:00
parent ff691dee7b
commit f050609101
7 changed files with 328 additions and 47 deletions

View File

@@ -128,8 +128,6 @@ typedef struct {
extern GU_DECLARE_TYPE(PgfCncCat, abstract);
typedef GuSeq PgfTokens; // -> PgfToken
bool
pgf_tokens_equal(PgfTokens t1, PgfTokens t2);
@@ -214,7 +212,7 @@ typedef GuSeq PgfSequence; // -> PgfSymbol
typedef GuList(PgfSequence) PgfSequences;
typedef struct {
PgfCId name;
PgfAbsFun* absfun;
PgfExprProb *ep;
int funid;
GuLength n_lins;