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

%{
%}

#include defs.fin

%%

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

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

%%