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

%{
%}

#include defs.fin

%%

new	    {return $NEW_}
slice	    {return $SLICE_}

#include string.fin

%%