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

%{
%}

#include defs.fin

%%

mask	    {return $MASK_}
new	    {return $NEW_}
rgb	    {return $RGB_}

#include string.fin
#include ws.fin

%%