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

%{
%}

#include defs.fin

%%

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

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

%%