line 648 - current_kind = tokStream.getKind(curtok) should be moved up and inserted after line 646 - curtok = tokStream.getNext(curtok);
otherwise in incremented parse mode current_kind is not always updated
Log in to post a comment.