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

%{
%}

#include defs.fin

%%

color	    {return $COLOR_}
command	    {return $COMMAND_}
destination {return $DESTINATION_}
filename    {return $FILENAME_}
interpolate {return $INTERPOLATE_}
level	    {return $LEVEL_}
resolution  {return $RESOLUTION_}

#include ws.fin

%%