summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yesno.trl
blob: 4855f6a00e6ea0404681df4ef067c0bd2519a259 (plain)
1
2
3
4
5
6
7
8
yesno : {set _ 1}
 | YES_ {set _ 1}
 | ON_ {set _ 1}
 | TRUE_ {set _ 1}
 | NO_ {set _ 0}
 | OFF_ {set _ 0}
 | FALSE_ {set _ 0}
 ;