summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/cmapsendlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 18:05:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-06-07 18:05:43 (GMT)
commit6afd05303f916e56011822d03b29b2b4f9b463ab (patch)
tree3ea839eb0acc7a404f9023db85a5ecc9bd9d12e7 /ds9/parsers/cmapsendlex.fcl
parent2c8f85e6ec1aa94588df630d810ff9b1e25b3f10 (diff)
downloadblt-6afd05303f916e56011822d03b29b2b4f9b463ab.zip
blt-6afd05303f916e56011822d03b29b2b4f9b463ab.tar.gz
blt-6afd05303f916e56011822d03b29b2b4f9b463ab.tar.bz2
add ds9 cmap/colorbar send parsers
Diffstat (limited to 'ds9/parsers/cmapsendlex.fcl')
-rw-r--r--ds9/parsers/cmapsendlex.fcl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ds9/parsers/cmapsendlex.fcl b/ds9/parsers/cmapsendlex.fcl
new file mode 100644
index 0000000..7a6af6c
--- /dev/null
+++ b/ds9/parsers/cmapsendlex.fcl
@@ -0,0 +1,17 @@
+#tab cmapsendparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+file {return $FILE_}
+invert {return $INVERT_}
+lock {return $LOCK_}
+value {return $VALUE_}
+
+#include string.fin
+
+%%