blob: ce77dc703f054282cef8d524782b94756c5704f3 (
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
|
#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
%%
|