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

%{
%}

#include defs.fin

%%

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

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

%%