summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/sfitslex.fcl
blob: 5baebf6631c1e19a0ad3d6fc35a3c2f5f8fd14d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#tab sfitsparser.tab.tcl

%{
%}

#include defs.fin

%%

mask	    {return $MASK_}
new	    {return $NEW_}
slice 	    {return $SLICE_}

#include string.fin

%%