summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tilelex.fcl
blob: 9eab720e15a786c9c68ac2fb5972c67d9c98a0a8 (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
#tab tileparser.tab.tcl

%{
%}

#include defs.fin

%%

automatic	{return $AUTOMATIC_}
column		{return $COLUMN_}
direction	{return $DIRECTION_}
gap		{return $GAP_}
grid		{return $GRID_}
layout		{return $LAYOUT_}
manual		{return $MANUAL_}
mode		{return $MODE_}
row		{return $ROW_}

#include yesno.fin
#include int.fin
#include string.fin
#include ws.fin

%%