summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/headerlex.fcl
blob: dd279a95403bc9241c521b1920d31454eac577f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#tab headerparser.tab.tcl

%{
%}

#include defs.fin

%%

close	    {return $CLOSE_}
save	    {return $SAVE_}

#include numeric.fin
#include string.fin

%%