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

%{
%}

#include defs.fin

%%

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

#include coords.fin
#include string.fin

%%