summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/crosshairlex.fcl
blob: b827802b79727afa84dd4f830d79f22a8fa8a3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#tab crosshairparser.tab.tcl

%{
%}

#include defs.fin

%%

lock	{return $LOCK_}
match	{return $MATCH_}
none	{return $NONE_}

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

%%