summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/blocklex.fcl
blob: a5acde7c54ae1a8350b317c6fdc80fb9ea31865b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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

%%