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

%{
%}

#include defs.fin

%%

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

#include coords.fin
#include base.fin

%%