summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/headerlex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/headerlex.fcl')
-rw-r--r--ds9/parsers/headerlex.fcl16
1 files changed, 16 insertions, 0 deletions
diff --git a/ds9/parsers/headerlex.fcl b/ds9/parsers/headerlex.fcl
new file mode 100644
index 0000000..dd279a9
--- /dev/null
+++ b/ds9/parsers/headerlex.fcl
@@ -0,0 +1,16 @@
+#tab headerparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+save {return $SAVE_}
+
+#include numeric.fin
+#include string.fin
+
+%%