summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-30 21:25:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-30 21:25:17 (GMT)
commitf1631ce68254486ef6df336441649a19a79cef51 (patch)
tree38d2282e540a6836f151e3a5e4b35e027f687b98 /ds9/library
parentbd19a29bf4295969c60b2a0a846aa9d4eb3f8bb3 (diff)
downloadblt-f1631ce68254486ef6df336441649a19a79cef51.zip
blt-f1631ce68254486ef6df336441649a19a79cef51.tar.gz
blt-f1631ce68254486ef6df336441649a19a79cef51.tar.bz2
update parser
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/parser.tac1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/parser.tac b/ds9/library/parser.tac
index 936827d..68183ae 100644
--- a/ds9/library/parser.tac
+++ b/ds9/library/parser.tac
@@ -96,6 +96,7 @@ command : 2MASSCMD_ {2MASSDialog} 2mass
| SQUAREDCMD_ {global scale; set scale(type) squared; ChangeScale}
| SQRTCMD_ {global scale; set scale(type) sqrt; ChangeScale}
| SCALECMD_ scale
+ | STRING_ {puts "STRING: $::yylval"}
;
numeric : REAL_ {set _ $1}