libpgf: two APIs - one for finding all parse results and another for finding the best parse result

This commit is contained in:
kr.angelov
2012-03-07 11:00:17 +00:00
parent 5a43e69f30
commit e871330665
3 changed files with 355 additions and 193 deletions

View File

@@ -97,6 +97,8 @@ pgf_parse_result(PgfParse* parse, GuPool* pool);
* succesful, or ambiguously successful.
*/
PgfExpr
pgf_parse_best_result(PgfParse* parse, GuPool* pool);
/** @} */