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

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
auto	    {return $AUTO_}
datamin	    {return $DATAMIN_}
irafmin	    {return $IRAFMIN_}
interval    {return $INTERVAL_}
mode	    {return $MODE_}
sample	    {return $SAMPLE_}
scan	    {return $SCAN_}

#include int.fin
#include string.fin
#include ws.fin

%%