#tab matchparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	    {return $3D_}
axes	    {return $AXES_}
bin	    {return $BIN_}
block	    {return $BLOCK_}
colorbar    {return $COLORBAR_}
crop	    {return $CROP_}
crosshair   {return $CROSSHAIR_}
frame	    {return $FRAME_}
scale	    {return $SCALE_}
scalelimits {return $SCALELIMITS_}
slice	    {return $SLICE_}
smooth	    {return $SMOOTH_}

#include coordsys.fin
#include wcssys.fin
#include string.fin
#include ws.fin

%%