Warning: session_start(): open(/var/lib/php/sessions/sess_sfs6oevl4lkp8ulu1fso1n743v, 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
// name -> (name, parsed map)
static Map> mechMapCI_cache = synchroMap();
please include function parseDoubleLeftArrowMapCI_tlft.
static SS mechMapCI(S listName) {
Pair p = mechMapCI_cache.get(listName);
S text = mechList_raw(listName);
if (p != null && eq(p.a, text)) ret p.b;
S parsing = first(mechList_opt(listName + " | Parsing"));
SS map;
if (parsing == null)
map = parseDoubleArrowMapCI(tlft(text));
else
ifdef FancyMechParsing
map = asCIMap((SS) callAndMake(parsing, text));
endifdef
ifndef FancyMechParsing
map = asCIMap((SS) callMC(parsing, text));
endifndef
p = pair(text, map);
mechMapCI_cache.put(listName, p);
ret p.b;
}