summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/exportlex.fcl
blob: 2907a712eadc58f5e4e4d2ed507d873579585cd7 (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
29
30
31
32
#tab exportparser.tab.tcl

%{
%}

#include defs.fin

%%

array	    {return $ARRAY_}
rgbarray    {return $RGBARRAY_}
nrrd	    {return $NRRD_}
envi	    {return $ENVI_}

gif	    {return $GIF_}
tiff	    {return $TIFF_}
jpeg	    {return $JPEG_}
png	    {return $PNG_}

big	    {return $BIG_}
little	    {return $LITTLE_}
native	    {return $NATIVE_}

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

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

%%