summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/prefsfirstlex.fcl
blob: e1d4f9a5d1491d3477e9ec02c7231e8820f60fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#tab prefsfirstparser.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

%%