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

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
open	    {return $OPEN_}

#include yesno.fin
#include string.fin

%%