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

%{
%}

#include defs.fin

%%

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

#include string.fin
#include ws.fin

%%