diff options
Diffstat (limited to 'ds9/parsers/yesno.tin')
-rw-r--r-- | ds9/parsers/yesno.tin | 6 |
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_ |