Warning: session_start(): open(/var/lib/php/sessions/sess_frp0j1pg1do07g8pdik01l4j4r, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static L gazelle_reason_repeat(S input, O... _) {
int steps = 0, max = 10;
while (steps++ < max) {
L l = gazelle_reasonWithPreAndPost(input, _);
// commit to one entry
if (empty(l)) ret l;
GazelleTree t = first(l);
LS lines = tok_splitAtPlusAtBeginningOfLine(t.line);
if (l(lines) == 2 && t.rule() != null && contains(t.rule().comments, "out 2 = process")) {
print("splitting!");
// TODO
}
ret ll(t);
}
}