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

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
in	    {return $IN_}
fit	    {return $FIT_}
open	    {return $OPEN_}
out	    {return $OUT_}
to	    {return $TO_}

#include base.fin

%%