summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/saveimagelex.fcl
blob: 0367bca698f854a3588b4ed2935686ea07d6d631 (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
#tab saveimageparser.tab.tcl

%{
%}

#include defs.fin

%%

fits	    {return $FITS_}
eps	    {return $EPS_}
gif	    {return $GIF_}
tiff	    {return $TIFF_}
jpeg	    {return $JPEG_}
png	    {return $PNG_}
mpeg	    {return $MPEG}

none	    {return $NONE_}
packbits    {return $PACKBITS_}
deflate	    {return $DEFLATE_}

#include numeric.fin
#include string.fin
#include ws.fin

%%