summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/tileparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 19:15:30 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-13 19:15:30 (GMT)
commitb334d7f6c99078dae9f0ba702a9194f4fd148a77 (patch)
tree14e7d99bb54cfea7d4a86a44720deb28f98356e6 /ds9/parsers/tileparser.tac
parentfe4317865abb1017007f1bda915c83c86ccc20e9 (diff)
downloadblt-b334d7f6c99078dae9f0ba702a9194f4fd148a77.zip
blt-b334d7f6c99078dae9f0ba702a9194f4fd148a77.tar.gz
blt-b334d7f6c99078dae9f0ba702a9194f4fd148a77.tar.bz2
update ds9 parsers
Diffstat (limited to 'ds9/parsers/tileparser.tac')
-rw-r--r--ds9/parsers/tileparser.tac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/parsers/tileparser.tac b/ds9/parsers/tileparser.tac
index 9276a05..4ef0cef 100644
--- a/ds9/parsers/tileparser.tac
+++ b/ds9/parsers/tileparser.tac
@@ -2,7 +2,8 @@
%}
#include yesno.tin
-#include base.tin
+#include numeric.tin
+#include string.tin
%start command
@@ -19,8 +20,7 @@
%%
#include yesno.trl
-#include base.trl
-
+#include numeric.trl
yes : YES_ {set _ 1}
| ON_ {set _ 1}