summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yesno.trl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 18:36:19 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-09 18:36:19 (GMT)
commitc56fc146b06bab65ab04ebc337f19bb347f15f11 (patch)
tree0becfe977f846177646fb0d7f7a711ef8eb0e1a2 /ds9/parsers/yesno.trl
parentdc1c107ac6d51fab16940a4c197438c46ca68f2e (diff)
downloadblt-c56fc146b06bab65ab04ebc337f19bb347f15f11.zip
blt-c56fc146b06bab65ab04ebc337f19bb347f15f11.tar.gz
blt-c56fc146b06bab65ab04ebc337f19bb347f15f11.tar.bz2
add bin ds9 parser
Diffstat (limited to 'ds9/parsers/yesno.trl')
-rw-r--r--ds9/parsers/yesno.trl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/parsers/yesno.trl b/ds9/parsers/yesno.trl
index 1aca7ef..e4fdcd0 100644
--- a/ds9/parsers/yesno.trl
+++ b/ds9/parsers/yesno.trl
@@ -1,4 +1,5 @@
-yesno : YES_ {set _ 1}
+yesno : {set _ 1}
+ | YES_ {set _ 1}
| ON_ {set _ 1}
| TRUE_ {set _ 1}
| NO_ {set _ 0}