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

%{
%}

#include defs.fin

%%

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

#include coords.fin
#include string.fin

%%