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

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
none	    {return $NONE_}
open	    {return $OPEN_}
xy	    {return $XY_}

#include string.fin
#include ws.fin

%%