summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cubelex.fcl
blob: b0bbcd727d61a6c7406186409a6865fef7196230 (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
41
#tab cubeparser.tab.tcl

%{
%}

#include defs.fin

%%

axis	    {return $AXIS_}
axes	    {return $AXES_}
close	    {return $CLOSE_}
first	    {return $FIRST_}
image	    {return $IMAGE_}
interval    {return $INTERVAL_}
last	    {return $LAST_}
lock	    {return $LOCK_}
match	    {return $MATCH_}
next	    {return $NEXT_}
none	    {return $NONE_}
open	    {return $OPEN_}
order	    {return $ORDER_}
play	    {return $PLAY_}
prev	    {return $PREV_}
stop	    {return $STOP_}

123	    {return $123_}
132	    {return $132_}
213	    {return $213_}
231	    {return $231_}
312	    {return $312_}
321	    {return $321_}

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

%%