Warning: session_start(): open(/var/lib/php/sessions/sess_994892pdpch6bniib4hcapah46, 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 PTElement ai_parseTree_simplifyNode(PTElement e) {
if (e == null) null;
e = ai_parseTree_descendToComposite(e);
if (e == null) null;
if (e instanceof ChoosePart) {
ai_Reconstructed r = e/ChoosePart.reconstruction;
WeightedProduction prod = r.production;
S hint = prod.simplificationHint;
if (eq(hint, "L")) ret first(e.children);
if (eq(hint, "R")) ret second(e.children);
}
ret e;
}