summaryrefslogtreecommitdiff
path: root/util/epist/epist.l
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/epist.l')
-rw-r--r--util/epist/epist.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/epist/epist.l b/util/epist/epist.l
index 55dc8d61..e545054a 100644
--- a/util/epist/epist.l
+++ b/util/epist/epist.l
@@ -27,8 +27,12 @@ Control |
control |
shift |
Shift yylval = (int) strdup(yytext); return BINDING;
+on |
+On |
true |
True yylval = (int) strdup(yytext); return TRUE;
+Off |
+off |
false |
False yylval = (int) strdup(yytext); return FALSE;
[0-9]+ yylval = (int) strdup(yytext); return NUMBER;