summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/masklex.fcl
blob: 22817ef3c53e353a91338a46fdeea0feb04def11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#tab maskparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
clear	    {return $CLEAR_}
color	    {return $COLOR_}
mark	    {return $MARK_}
nan	    {return $NAN_}
nonnan	    {return $NONNAN_}
nonzero	    {return $NONZERO_}
open	    {return $OPEN_}
range	    {return $RANGE_}
system	    {return $SYSTEM_}
transparency {return $TRANSPARENCY_}
zero	    {return $ZERO_}

#include coordsys.fin
#include wcssys.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%