summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/croplex.fcl
blob: de42f5a9e405e7ff1d9d08c5701e09e29ba4cb7a (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 cropparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	{return $3D_}
close	{return $CLOSE_}
lock	{return $LOCK_}
match	{return $MATCH_}
none	{return $NONE_}
open	{return $OPEN_}
reset	{return $RESET_}

#include coordsys.fin
#include wcssys.fin
#include skyframe.fin
#include rformat.fin
#include numeric.fin
#include sexstr.fin
#include string.fin
#include ws.fin

%%