mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
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