mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
the parser for abstract expressions in the C runtime now supports partial parses
This commit is contained in:
@@ -124,7 +124,7 @@ pgf_start_cat(PgfPGF* pgf, GuPool* pool)
|
||||
GuPool* tmp_pool = gu_local_pool();
|
||||
GuIn* in = gu_string_in(lstr->val,tmp_pool);
|
||||
GuExn* err = gu_new_exn(tmp_pool);
|
||||
PgfType *type = pgf_read_type(in, pool, err);
|
||||
PgfType *type = pgf_read_type(in, pool, tmp_pool, err);
|
||||
if (!gu_ok(err))
|
||||
break;
|
||||
gu_pool_free(tmp_pool);
|
||||
|
||||
Reference in New Issue
Block a user