blob: b13a079c7c361e1549e07de3561050de0d00e307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#tab cubesendparser.tab.tcl
%{
%}
#include defs.fin
%%
axis {return $AXIS_}
axes {return $AXES_}
interval {return $INTERVAL_}
lock {return $LOCK_}
order {return $ORDER_}
#include ws.fin
%%
|