Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 2, 2024
1 parent ec273a7 commit 5ae917c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/rascalmpl/library/lang/box/syntax/Box.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ create a last shorter group if any elements are left.
The G operator eventually returns a `U` box such that the groups can flow into any surrounding
context (typically `HV` or `HOV`) for improving paragraph flow.
}
// TODO: probably have to inline this into box2text to allow for U boxes to float up
// _before_ we apply the G operator.
Box G([], BoxOp op = H, int hs=1, int vs=0, int is=2, int gs=2) = U([]);

Box G([*Box last], Box(list[Box]) op = H, int hs=1, int vs=0, int is=2, int gs=2)
Expand Down

0 comments on commit 5ae917c

Please sign in to comment.