summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/movielex.fcl
blob: 04de0d507a6630436c982c90ddf08e7c4c1fb26e (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
#tab movieparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	    {return $3D_}
azfrom	    {return $AZFROM_}
azto	    {return $AZTO_}
elfrom	    {return $ELFROM_}
elto	    {return $ELTO_}
frame	    {return $FRAME_}
number	    {return $NUMBER_}
oscillate   {return $OSCILLATE_}
repeat	    {return $REPEAT_}
slice	    {return $SLICE_}
slfrom	    {return $SLFROM_}
slto	    {return $SLTO_}

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

%%