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

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
clear	    {return $CLEAR_}
color	    {return $COLOR_}
mark	    {return $MARK_}
open	    {return $OPEN_}
transparency {return $TRANSPARENCY_}

#include numeric.fin
#include string.fin

%%