On 4/3/07, Luis Ontanon <[EMAIL PROTECTED]> wrote: > I do not think other lex than flex would actually work with all our lexers.
Few minutes later, Luis Ontanon <[EMAIL PROTECTED]> writes: Now I'm sure they won't: from http://www.gnu.org/software/flex/manual/html_chapter/flex_20.html The following flex features are not included in lex or the POSIX specification: C++ scanners %option <=== THIS start condition scopes start condition stacks <==== THIS interactive/non-interactive scanners yy_scan_string() and friends <==== THIS yyterminate() <==== THIS yy_set_interactive() yy_set_bol() YY_AT_BOL() <<EOF>> <==== THIS <*> YY_DECL YY_START YY_USER_ACTION YY_USER_INIT #line directives %{}'s around actions multiple actions on a line -- This information is top security. When you have read it, destroy yourself. -- Marshall McLuhan _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
