summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/iexamsendlex.fcl
blob: 9acf95f1502fb05e057e86f7d21b5cdae6c73585 (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 iexamsendparser.tab.tcl

%{
%}

#include defs.fin

%%

any		{return $ANY_}
button		{return $BUTTON_}
coordinate	{return $COORDINATE_}
data		{return $DATA_}
key		{return $KEY_}
value		{return $VALUE_}

#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include skyformat.fin
#include string.fin
#include ws.fin

%%