summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/prefslex.fcl
blob: 9b2387dce697870b919b7413e16bf1002283fbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#tab prefsparser.tab.tcl

%{
%}

#include defs.fin

%%

bgcolor	    {return $BGCOLOR_}
clear	    {return $CLEAR_}
irafalign   {return $IRAFALIGN_}
nancolor    {return $NANCOLOR_}
precision   {return $PRECISION_}
threads	    {return $THREADS_}

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

%%