summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/arraylex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-13 16:41:46 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-13 16:41:46 (GMT)
commit8050b080d7d62e077946e5ac320a12fc76789651 (patch)
tree55bb739a1de68486155a3ee6a210f6bfa589addd /ds9/parsers/arraylex.fcl
parent034da8e9c36e92b102725e46ad17bb62d3ca348c (diff)
downloadblt-8050b080d7d62e077946e5ac320a12fc76789651.zip
blt-8050b080d7d62e077946e5ac320a12fc76789651.tar.gz
blt-8050b080d7d62e077946e5ac320a12fc76789651.tar.bz2
add ds9 array parser
Diffstat (limited to 'ds9/parsers/arraylex.fcl')
-rw-r--r--ds9/parsers/arraylex.fcl16
1 files changed, 16 insertions, 0 deletions
diff --git a/ds9/parsers/arraylex.fcl b/ds9/parsers/arraylex.fcl
new file mode 100644
index 0000000..54a251a
--- /dev/null
+++ b/ds9/parsers/arraylex.fcl
@@ -0,0 +1,16 @@
+#tab arrayparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+mask {return $MASK_}
+new {return $NEW_}
+rgb {return $RGB_}
+
+#include string.fin
+
+%%