summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/blinklex.fcl
blob: a4366faf2e09bb8f44ea9de9845b1228612a3ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#tab blinkparser.tab.tcl

%{
%}

#include defs.fin

%%

interval    {return $INTERVAL_}

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

%%