void applySymbol(const char *name, bool is_comment = false) { Exp *sub = current->add(); sub->setName(name); sub->setComment(is_comment); }
void applyLeft() { current = current->add(); }