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

%{
%}

#include defs.fin

%%

color	    {return $COLOR_}
cursor	    {return $CURSOR_}
region	    {return $REGION_}
zoom	    {return $ZOOM_}

#include yesno.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%