summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yes-no.trl
blob: 6612facde265f40263e97a0388fe88144be159af (plain)
1
2
3
4
5
6
7
8
9
yes : YES_ {set _ 1}
 | ON_ {set _ 1}
 | TRUE_ {set _ 1}
 ;

no : NO_ {set _ 0}
 | OFF_ {set _ 0}
 | FALSE_ {set _ 0}
 ;