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

%{
%}

#include defs.fin

%%

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

#include ws.fin

%%