summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/threedlex.fcl
blob: 2b954a2c3cd6267fa21f689cc567f99f0a3c36e6 (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
29
30
31
32
33
34
35
36
37
#tab threedparser.tab.tcl

%{
%}

#include defs.fin

%%

aip		{return $AIP_}
az		{return $AZ_}
azimuth		{return $AZ_}
background	{return $BG_}
bg		{return $BG_}
border		{return $BORDER_}
close		{return $CLOSE_}
color		{return $COLOR_}
compass		{return $COMPASS_}
el		{return $EL_}
elevation	{return $EL_}
highlite	{return $HIGHLITE_}
lock		{return $LOCK_}
match		{return $MATCH_}
method		{return $METHOD_}
mip		{return $MIP_}
none		{return $NONE_}
open		{return $OPEN_}
scale		{return $SCALE_}
view		{return $VIEW_}
vp		{return $VIEW_}

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

%%