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

%{
%}

#include defs.fin

%%

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

#include string.fin
#include ws.fin

%%