summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/croplex.fcl
blob: d07e3460c8e4518092057dd2fd64ce982137a010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#tab cropparser.tab.tcl

%{
%}

#include defs.fin

%%

3d	{return $3D_}
close	{return $CLOSE_}
open	{return $OPEN_}
reset	{return $RESET_}

#include matchlock.fin
#include coords.fin
#include numeric.fin
#include string.fin

%%