summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/samplex.fcl
blob: 000ced0e73d26fe4be477222985e3509a10ff318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#tab sampparser.tab.tcl

%{
%}

#include defs.fin

%%

broadcast   {return $BROADCAST_}
connect	    {return $CONNECT_}
disconnect  {return $DISCONNECT_}
image	    {return $IMAGE_}
send	    {return $SEND_}
table	    {return $TABLE_}

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

%%