summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/precisionlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 20:59:59 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 20:59:59 (GMT)
commitb7da8b6d6135adc2779c60b0e346e6440599caa2 (patch)
tree8103c6f41419fb08d6f573e5b096408ea4dc4cc8 /ds9/parsers/precisionlex.fcl
parent13692448a7ff8facb5c78d9fbb2534f4fa474ac0 (diff)
downloadblt-b7da8b6d6135adc2779c60b0e346e6440599caa2.zip
blt-b7da8b6d6135adc2779c60b0e346e6440599caa2.tar.gz
blt-b7da8b6d6135adc2779c60b0e346e6440599caa2.tar.bz2
add ds9 precision parser
Diffstat (limited to 'ds9/parsers/precisionlex.fcl')
-rw-r--r--ds9/parsers/precisionlex.fcl20
1 files changed, 20 insertions, 0 deletions
diff --git a/ds9/parsers/precisionlex.fcl b/ds9/parsers/precisionlex.fcl
new file mode 100644
index 0000000..8a505d4
--- /dev/null
+++ b/ds9/parsers/precisionlex.fcl
@@ -0,0 +1,20 @@
+#tab zoomparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+in {return $IN_}
+fit {return $FIT_}
+open {return $OPEN_}
+out {return $OUT_}
+to {return $TO_}
+
+#include numeric.fin
+#include string.fin
+
+%%