summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/minmaxlex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/minmaxlex.fcl')
-rw-r--r--ds9/parsers/minmaxlex.fcl22
1 files changed, 22 insertions, 0 deletions
diff --git a/ds9/parsers/minmaxlex.fcl b/ds9/parsers/minmaxlex.fcl
new file mode 100644
index 0000000..be171dd
--- /dev/null
+++ b/ds9/parsers/minmaxlex.fcl
@@ -0,0 +1,22 @@
+#tab minmaxparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+auto {return $AUTO_}
+datamin {return $DATAMIN_}
+irafmin {return $IRAFMIN_}
+interval {return $INTERVAL_}
+mode {return $MODE_}
+sample {return $SAMPLE_}
+scan {return $SCAN_}
+
+#include numeric.fin
+#include string.fin
+
+%%