summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/panlex.fcl
blob: b569c116a3814c74b62f448a28a7e11f4caffb69 (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
#tab panparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
open	    {return $OPEN_}
to	    {return $TO_}

#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include skyformat.fin
#include numeric.fin
#include sexstr.fin
#include string.fin
#include ws.fin

%%