summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/nreslex.fcl
blob: 949731d950f83f348c5178e530fea3583b26e66e (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
28
29
30
31
#tab nresparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
crosshair   {return $CROSSHAIR_}
name	    {return $NAME_}
open	    {return $OPEN_}
pan	    {return $PAN_}
server	    {return $SERVER_}
skyformat   {return $SKYFORMAT_}

ned-sao	    {return $NEDSAO_}
ned-cds	    {return $NEDCDS_}
simbad-sao  {return $SIMBADSAO_}
simbad-cds  {return $SIMBADCDS_}
vizier-sao  {return $VIZIERSAO_}
vizier-cds  {return $VIZIERCDS_}

degrees	    {return $DEGREES_}
sexagesimal {return $SEXAGESIMAL_}

#include string.fin
#include ws.fin

%%