blob: 72bfcdff559db0525f1ef6c95dfd2944c91c241b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#tab rotateparser.tab.tcl
%{
%}
#include defs.fin
%%
close {return $CLOSE_}
open {return $OPEN_}
to {return $TO_}
#include numeric.fin
#include string.fin
#include ws.fin
%%
|