summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/wcslex.fcl
blob: 917212e9ac8404d8c47df9661f50d9c176b0cea4 (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
#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 coords.fin
#include numeric.fin
#include string.fin

%%