index 927a1ea1b8239e1c5039208cf2854144fca7b1bd..e7e1e3ebf27e4d9d784e4545663aa5846ba8299c 100644 (file)
/* batch means that we'll never use the generated lexer interactively. */
%option batch
+/* we only process 7-bit input */
+%option 7bit
+
/* Enables debug mode. To see the debug messages, one needs to also set
yy_flex_debug to 1, then the debug messages will be printed on stderr. */
%option nodebug