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

%{
%}

#include defs.fin

%%

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

#include yesno.fin
#include base.fin

%%