summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/xpafirstlex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 20:27:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-11 20:27:06 (GMT)
commit1fcc04b2f17d703e7be022ffa37a14ce2ebc3cc6 (patch)
treea3f7c72da8cac0ee708f27180f4d7c005eadd056 /ds9/parsers/xpafirstlex.fcl
parentf01d60ccbb6124acd3b51fb67a3332f07b824cee (diff)
downloadblt-1fcc04b2f17d703e7be022ffa37a14ce2ebc3cc6.zip
blt-1fcc04b2f17d703e7be022ffa37a14ce2ebc3cc6.tar.gz
blt-1fcc04b2f17d703e7be022ffa37a14ce2ebc3cc6.tar.bz2
add ds9 xpa parser
Diffstat (limited to 'ds9/parsers/xpafirstlex.fcl')
-rw-r--r--ds9/parsers/xpafirstlex.fcl25
1 files changed, 25 insertions, 0 deletions
diff --git a/ds9/parsers/xpafirstlex.fcl b/ds9/parsers/xpafirstlex.fcl
new file mode 100644
index 0000000..0ba673b
--- /dev/null
+++ b/ds9/parsers/xpafirstlex.fcl
@@ -0,0 +1,25 @@
+#tab xpaparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+connect {return $CONNECT_}
+disconnect {return $DISCONNECT_}
+inet {return $INET_}
+info {return $INFO_}
+local {return $LOCAL_}
+localhost {return $LOCALHOST_}
+noxpans {return $NOXPANS_}
+tcl {return $TCL_}
+unix {return $UNIX_}
+
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%