summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/updatelex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 17:06:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 17:06:38 (GMT)
commit0687f8781a9d6ae85df3eec400dae77a0f06fd4a (patch)
tree97225ec597963a98ffb4966dab8b14a99452ee61 /ds9/parsers/updatelex.fcl
parentbb5b4289cfdadeff94c5b7efdeea4f91280370af (diff)
downloadblt-0687f8781a9d6ae85df3eec400dae77a0f06fd4a.zip
blt-0687f8781a9d6ae85df3eec400dae77a0f06fd4a.tar.gz
blt-0687f8781a9d6ae85df3eec400dae77a0f06fd4a.tar.bz2
add ds9 update parser
Diffstat (limited to 'ds9/parsers/updatelex.fcl')
-rw-r--r--ds9/parsers/updatelex.fcl16
1 files changed, 16 insertions, 0 deletions
diff --git a/ds9/parsers/updatelex.fcl b/ds9/parsers/updatelex.fcl
new file mode 100644
index 0000000..3cab237
--- /dev/null
+++ b/ds9/parsers/updatelex.fcl
@@ -0,0 +1,16 @@
+#tab updateparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+now {return $NOW_}
+
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%