summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/prefsfirstlex.fcl
blob: 4fee467ce92c2bc534310a40b2b92e981aa9fb15 (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 prefsfirstparser.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

%%