7475767778798081828384
linesRead = 0; OVLSymbol sym = readOVLSymbol(read); while (!eof) { if (sym != null) { // add symbol to parse tree sym.apply(parseresult); } // read next symbol sym = readOVLSymbol(read); }