blob: a152f472b7ad36cc77f980f602cc67446383cd37 (
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
|
#tab rgbparser.tab.tcl
%{
%}
#include defs.fin
%%
axes {return $AXES_}
bin {return $BIN_}
block {return $BLOCK_}
blue {return $BLUE_}
channel {return $CHANNEL_}
close {return $CLOSE_}
colorbar {return $COLORBAR_}
crop {return $CROP_}
green {return $GREEN_}
lock {return $LOCK_}
open {return $OPEN_}
red {return $RED_}
scale {return $SCALE_}
scalelimits {return $SCALELIMITS_}
slice {return $SLICE_}
smooth {return $SMOOTH_}
system {return $SYSTEM_}
view {return $VIEW_}
#include wcssys.fin
#include yesno.fin
#include string.fin
#include ws.fin
%%
|