summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/analysissendlex.fcl
blob: 448dd6fbaf4478742327f335c0f28ed2ef14db7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#tab analysissendparser.tab.tcl

%{
%}

#include defs.fin

%%

entry		{return $ENTRY_}
message		{return $MESSAGE_}
mode		{return $MODE_}
task		{return $TASK_}
lock		{return $LOCK_}

ok		{return $OK_}
okcancel	{return $OKCANCEL_}
yesno		{return $YESNO_}

#include string.fin
#include ws.fin

%%