mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fix the reading of expressions
This commit is contained in:
@@ -281,7 +281,7 @@ PgfExpr PgfReader::read_expr()
|
||||
throw pgf_error("Unknown expression tag");
|
||||
}
|
||||
|
||||
return 0;
|
||||
return expr;
|
||||
}
|
||||
|
||||
void PgfReader::read_hypo(ref<PgfHypo> hypo)
|
||||
|
||||
Reference in New Issue
Block a user