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

%{
%}

#include defs.fin

%%

pan	    {return $PAN_}
regions	    {return $REGIONS_}
scale	    {return $SCALE_}

#include ws.fin

%%