mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
loading and unloading of languages in the C runtime and in the Python bindings
This commit is contained in:
@@ -24,7 +24,7 @@ print_result(PgfExprProb* ep, PgfConcr* to_concr,
|
||||
|
||||
// Enumerate the concrete syntax trees corresponding
|
||||
// to the abstract tree.
|
||||
GuEnum* cts = pgf_lzr_concretize(to_concr, ep->expr, ppool);
|
||||
GuEnum* cts = pgf_lzr_concretize(to_concr, ep->expr, err, ppool);
|
||||
while (true) {
|
||||
PgfCncTree ctree =
|
||||
gu_next(cts, PgfCncTree, ppool);
|
||||
|
||||
Reference in New Issue
Block a user