static LS chess_parseFEN(S fen) { LS l = splitAtSlash(dropAfterSpace(fen)); if (l(l) != 8) null; ret map chess_parseFENLine(l); }