forked from GitHub/gf-core
libpgf: two APIs - one for finding all parse results and another for finding the best parse result
This commit is contained in:
@@ -97,6 +97,8 @@ pgf_parse_result(PgfParse* parse, GuPool* pool);
|
||||
* succesful, or ambiguously successful.
|
||||
*/
|
||||
|
||||
PgfExpr
|
||||
pgf_parse_best_result(PgfParse* parse, GuPool* pool);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user