summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/pagesetuplex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 21:27:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-04-18 21:27:09 (GMT)
commit12e5a42f7ba80ba930a5c3cc2cf29c98651bc590 (patch)
tree06d4fe242b3c46ea3cb5bf9c5f2119d403b7217f /ds9/parsers/pagesetuplex.fcl
parentbbd309cf4ad6a9aec2bf1dca5e5c2bd29765e9c9 (diff)
downloadblt-12e5a42f7ba80ba930a5c3cc2cf29c98651bc590.zip
blt-12e5a42f7ba80ba930a5c3cc2cf29c98651bc590.tar.gz
blt-12e5a42f7ba80ba930a5c3cc2cf29c98651bc590.tar.bz2
add ds9 pagesetup parser
Diffstat (limited to 'ds9/parsers/pagesetuplex.fcl')
-rw-r--r--ds9/parsers/pagesetuplex.fcl27
1 files changed, 27 insertions, 0 deletions
diff --git a/ds9/parsers/pagesetuplex.fcl b/ds9/parsers/pagesetuplex.fcl
new file mode 100644
index 0000000..9ca4730
--- /dev/null
+++ b/ds9/parsers/pagesetuplex.fcl
@@ -0,0 +1,27 @@
+#tab pagesetupparser.tab.tcl
+
+%{
+%}
+
+#include defs.fin
+
+%%
+
+orient {return $ORIENT_}
+scale {return $SCALE_}
+size {return $SIZE_}
+
+portrait {return $PORTRAIT_}
+landscape {return $LANDSCAPE_}
+
+letter {return $LETTER_}
+legal {return $LEGAL_}
+tabloid {return $TABLOID_}
+poster {return $POSTER_}
+a4 {return $A4_}
+
+
+#include numeric.fin
+#include string.fin
+
+%%