summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/yesno.tin
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:08:48 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-03-06 23:08:48 (GMT)
commit021d6756d52f544b8db23ec1f0995afdfe550d80 (patch)
tree40f37874406c9c89709edde0fca3eda99030cc02 /ds9/parsers/yesno.tin
parentcca94f4a7bd7d29d942ff6e4ac522f10bf07d50f (diff)
downloadblt-021d6756d52f544b8db23ec1f0995afdfe550d80.zip
blt-021d6756d52f544b8db23ec1f0995afdfe550d80.tar.gz
blt-021d6756d52f544b8db23ec1f0995afdfe550d80.tar.bz2
add ds9 parsers
Diffstat (limited to 'ds9/parsers/yesno.tin')
-rw-r--r--ds9/parsers/yesno.tin6
1 files changed, 6 insertions, 0 deletions
diff --git a/ds9/parsers/yesno.tin b/ds9/parsers/yesno.tin
new file mode 100644
index 0000000..ba84ffd
--- /dev/null
+++ b/ds9/parsers/yesno.tin
@@ -0,0 +1,6 @@
+%token YES_
+%token NO_
+%token ON_
+%token OFF_
+%token TRUE_
+%token FALSE_