summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/prefslex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 20:42:14 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 20:42:14 (GMT)
commit13692448a7ff8facb5c78d9fbb2534f4fa474ac0 (patch)
tree37dd375889704525e3619a1bcb932893896a04f3 /ds9/parsers/prefslex.fcl
parentdfe055b55cdcd990b3bfb3d821ebf9e785a90b98 (diff)
downloadblt-13692448a7ff8facb5c78d9fbb2534f4fa474ac0.zip
blt-13692448a7ff8facb5c78d9fbb2534f4fa474ac0.tar.gz
blt-13692448a7ff8facb5c78d9fbb2534f4fa474ac0.tar.bz2
add ds9 prefs parser
Diffstat (limited to 'ds9/parsers/prefslex.fcl')
-rw-r--r--ds9/parsers/prefslex.fcl21
1 files changed, 21 insertions, 0 deletions
diff --git a/ds9/parsers/prefslex.fcl b/ds9/parsers/prefslex.fcl
new file mode 100644
index 0000000..1d8cdbb
--- /dev/null
+++ b/ds9/parsers/prefslex.fcl
@@ -0,0 +1,21 @@
+#tab prefsparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+bgcolor {return $BGCOLOR_}
+clear {return $CLEAR_}
+irafalign {return $IRAFALIGN_}
+nancolor {return $NANCOLOR_}
+precision {return $PRECISION_}
+threads {return $THREADS_}
+
+#include yesno.fin
+#include numeric.fin
+#include string.fin
+
+%%