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

%{
%}

#include defs.fin

%%

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

#include numeric.fin
#include string.fin

%%