summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tilelex.fcl
diff options
context:
space:
mode:
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
+
+%%