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

%{
%}

#include defs.fin

%%

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

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

%%