summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/volex.fcl
blob: 43cdbd1ea909416f1593b45c77ae866af8c090b6 (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
26
#tab voparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
connect     {return $CONNECT_}
delay	    {return $DELAY_}
disconnect  {return $DISCONNECT_}
internal    {return $INTERNAL_}
method	    {return $METHOD_}
mime	    {return $MIME_}
open	    {return $OPEN_}
server	    {return $SERVER_}
xpa	    {return $XPA_}

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

%%