state = RESET;
}
if (state == MATCH) {
// Replace SYMBOL with LABEL.
Section label = new Label();
label.copyPosition(symbolSection);
label.setNextSection(symbolSection.getNextSection());
i.setNextSection(label);
state = RESET;
}
section = nextSection;