summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/blocklex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/blocklex.fcl')
-rw-r--r--ds9/parsers/blocklex.fcl22
1 files changed, 22 insertions, 0 deletions
diff --git a/ds9/parsers/blocklex.fcl b/ds9/parsers/blocklex.fcl
new file mode 100644
index 0000000..272cecb
--- /dev/null
+++ b/ds9/parsers/blocklex.fcl
@@ -0,0 +1,22 @@
+#tab blockparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+fit {return $FIT_}
+in {return $IN_}
+lock {return $LOCK_}
+match {return $MATCH_}
+open {return $OPEN_}
+out {return $OUT_}
+to {return $TO_}
+
+#include yesno.fin
+#include base.fin
+
+%%