summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/weblex.fcl
blob: 092a45cc04d7ef7bbd074406fdb3ec89d410dd89 (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 webparser.tab.tcl

%{
%}

#include defs.fin

%%

back	    {return $BACK_}
clear	    {return $CLEAR_}
click	    {return $CLICK_}
close	    {return $CLOSE_}
forward	    {return $FORWARD_}
new	    {return $NEW_}
reload	    {return $RELOAD_}
stop	    {return $STOP_}

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

%%