summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/blocklex.fcl
blob: d0e1f1d6259713157478c54dd0e5c9373ced2d24 (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 blockparser.tab.tcl

%{
%}

#include defs.fin

%%

close		{return $CLOSE_}
fit		{return $FIT_}
in		{return $IN_}
lock		{return $LOCK_}
match		{return $MATCH_}
open		{return $OPEN_}
out		{return $OUT_}
to		{return $TO_}

#include yesno.fin
#include numeric.fin
#include string.fin
#include ws.fin

%%