summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/masklex.fcl
blob: 1ae158322b104efa44594b36ea5661b3109dbd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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 int.fin
#include string.fin
#include ws.fin

%%