summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/zoomlex.fcl
blob: 5d7b61cc0eecb8ec84bee3f29f698760a0e5c5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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 numeric.fin
#include string.fin
#include ws.fin

%%