summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/weblex.fcl
blob: e051e1cc37234be24ee1b7d6cf543900bbe0e95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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 numeric.fin
#include string.fin

%%