mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -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");
|
throw pgf_error("Unknown expression tag");
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return expr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PgfReader::read_hypo(ref<PgfHypo> hypo)
|
void PgfReader::read_hypo(ref<PgfHypo> hypo)
|
||||||
|
|||||||
Reference in New Issue
Block a user