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

%{
%}

#include defs.fin

%%

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

#include ws.fin

%%