summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/twomasslex.fcl
blob: 86b21f8719074f17ca26ecc00fbf9eb4505dc074 (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
#tab twomassparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
coord	    {return $COORD_}
crosshair   {return $CROSSHAIR_}
current	    {return $CURRENT_}
frame	    {return $FRAME_}
name	    {return $NAME_}
new	    {return $NEW_}
open	    {return $OPEN_}
save	    {return $SAVE_}
size	    {return $SIZE_}
survey	    {return $SURVEY_}
update	    {return $UPDATE_}

#include base.fin
#include coords.fin
#include yesno.fin

%%