summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/wcslex.fcl
blob: af371bbaff24c2c74063b108c4f7fe9fb71b53e2 (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 wcsparser.tab.tcl

%{
%}

#include defs.fin

%%

align	    {return $ALIGN_}
append	    {return $APPEND_}
close	    {return $CLOSE_}
open	    {return $OPEN_}
replace	    {return $REPLACE_}
reset	    {return $RESET_}
sky	    {return $SKY_}
skyformat   {return $SKYFORMAT_}
system	    {return $SYSTEM_}

#include yesno.fin
#include wcssys.fin
#include skyframe.fin
#include skyformat.fin
#include int.fin
#include string.fin
#include ws.fin

%%