#tab orientparser.tab.tcl %{ %} #include defs.fin %% close {return $CLOSE_} none {return $NONE_} open {return $OPEN_} xy {return $XY_} #include string.fin #include ws.fin %%