summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pagesetuplex.fcl
blob: fe2863914d87de79c2bb2c7f017c4b6285339709 (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
25
26
27
28
#tab pagesetupparser.tab.tcl

%{
%}

#include defs.fin

%%

orient	    {return $ORIENT_}
scale	    {return $SCALE_}
size	    {return $SIZE_}

portrait    {return $PORTRAIT_}
landscape   {return $LANDSCAPE_}

letter	    {return $LETTER_}
legal	    {return $LEGAL_}
tabloid	    {return $TABLOID_}
poster	    {return $POSTER_}
a4	    {return $A4_}


#include numeric.fin
#include string.fin
#include ws.fin

%%