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

%{
%}

#include defs.fin

%%

interval    {return $INTERVAL_}

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

%%