summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/nreslex.fcl
blob: bd8aad984c2111477e16f0de7825fed438064dd6 (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
#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_}

#include coords.fin
#include numeric.fin
#include string.fin

%%