summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/zscalelex.fcl
blob: 966d6557efe38335d3f8e0c82140f4ec46202851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#tab zscaleparser.tab.tcl

%{
%}

#include defs.fin

%%

contrast	{return $CONTRAST_}
sample		{return $SAMPLE_}
line		{return $LINE_}

#include yesno.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%