summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tilesendlex.fcl
blob: 8c4eeca10051d7d339761c4e94408d47b74f3988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#tab tilesendparser.tab.tcl

%{
%}

#include defs.fin

%%

direction	{return $DIRECTION_}
gap		{return $GAP_}
grid		{return $GRID_}
layout		{return $LAYOUT_}
mode		{return $MODE_}

#include ws.fin

%%