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

%{
%}

#include defs.fin

%%

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

#include string.fin

%%