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

%{
%}

#include defs.fin

%%

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

#include yesno.fin
#include string.fin
#include ws.fin

%%