summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/volex.fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/volex.fcl')
-rw-r--r--ds9/parsers/volex.fcl25
1 files changed, 25 insertions, 0 deletions
diff --git a/ds9/parsers/volex.fcl b/ds9/parsers/volex.fcl
new file mode 100644
index 0000000..511c614
--- /dev/null
+++ b/ds9/parsers/volex.fcl
@@ -0,0 +1,25 @@
+#tab voparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+close {return $CLOSE_}
+connect {return $CONNECT_}
+delay {return $DELAY_}
+disconnect {return $DISCONNECT_}
+internal {return $INTERNAL_}
+method {return $METHOD_}
+mime {return $MIME_}
+open {return $OPEN_}
+server {return $SERVER_}
+xpa {return $XPA_}
+
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%