7980818283848586878889
while (currentSymbol < stringForParse.length()-1) { int cur = currentSymbol; try { data.addRequest(parseQuery()); } catch (Exception eQuery) { currentSymbol = cur; try { data.addRule(parseRule());