summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/scalelex.fcl
blob: 873833aadf435f8830bec77128e1d5da68765875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#tab scaleparser.tab.tcl

%{
%}

#include defs.fin

%%

asinh	    {return $ASINH_}
close	    {return $CLOSE_}
datasec	    {return $DATASEC_}
exp	    {return $EXP_}
global	    {return $GLOBAL_}
histequ	    {return $HISTEQU_}
limits	    {return $LIMITS_}
linear	    {return $LINEAR_}
local	    {return $LOCAL_}
lock	    {return $LOCK_}
log	    {return $LOG_}
match	    {return $MATCH_}
minmax	    {return $MINMAX_}
mode	    {return $MODE_}
open	    {return $OPEN_}
pow	    {return $POW_}
scalelimits {return $SCALELIMITS_}
scope	    {return $SCOPE_}
sinh	    {return $SINH_}
sqrt	    {return $SQRT_}
squared	    {return $SQUARED_}
user	    {return $USER_}
zmax	    {return $ZMAX_}
zscale	    {return $ZSCALE_}

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

%%