summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/matchlex.fcl
blob: 5c758c0069113ec0c269de30ce3322913aae296d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#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

%%