Example #1
0
 status handle_set(set &node) {
     opt_seq.emplace_back(new set(node.loc(), node.offset(), node.value()));
     return CONTINUE;
 }