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

%{
%}

#include defs.fin

%%

color	    {return $COLOR_}
mark	    {return $MARK_}
range	    {return $RANGE_}
system	    {return $SYSTEM_}
transparency {return $TRANSPARENCY_}

#include ws.fin

%%