summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/magnifierlex.fcl
blob: d5a35614138517e16a4b075a28e2a2a2b1386b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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

%%