summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/movielex.fcl
blob: fd8f22417b9f0c537f3f7175c963cb22deebed28 (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
#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_}
gif	    {return $GIF_}
mpeg	    {return $MPEG_}
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

%%