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

%{
%}

#include defs.fin

%%

mask	    {return $MASK_}
new	    {return $NEW_}

#include string.fin
#include ws.fin

%%