mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
flush the pre stack at the end of the linearization as well
This commit is contained in:
@@ -82,6 +82,7 @@ public:
|
||||
void reverse_and_label();
|
||||
void linearize(PgfLinearizationOutputIface *out) {
|
||||
linearize(out, root, 0);
|
||||
flush_pre_stack(out, NULL);
|
||||
}
|
||||
|
||||
~PgfLinearizer();
|
||||
|
||||
Reference in New Issue
Block a user