summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tilelex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 18:42:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 18:42:51 (GMT)
commite5ce79e94828eba8e30e4375a0b2604acad2ec94 (patch)
tree5dde219f6b0f3c0bd835912ba43dc2fb009ad9e9 /ds9/parsers/tilelex.fcl
parentb200b4fc6ca872f7de8a5b19adce2f24f3db8ac3 (diff)
downloadblt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.zip
blt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.tar.gz
blt-e5ce79e94828eba8e30e4375a0b2604acad2ec94.tar.bz2
add ds9 tile parser
Diffstat (limited to 'ds9/parsers/tilelex.fcl')
-rw-r--r--ds9/parsers/tilelex.fcl23
1 files changed, 23 insertions, 0 deletions
diff --git a/ds9/parsers/tilelex.fcl b/ds9/parsers/tilelex.fcl
new file mode 100644
index 0000000..afcddca
--- /dev/null
+++ b/ds9/parsers/tilelex.fcl
@@ -0,0 +1,23 @@
+#tab tileparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+automatic {return $AUTOMATIC_}
+column {return $COLUMN_}
+direction {return $DIRECTION_}
+gap {return $GAP_}
+grid {return $GRID_}
+layout {return $LAYOUT_}
+manual {return $MANUAL_}
+mode {return $MODE_}
+row {return $ROW_}
+
+#include yesno.fin
+#include base.fin
+
+%%