You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by lsf37 on 2001-02-28 11:12 UTC
Minor incompatibility between JFlex and JLex in the
rules section of the specification. JFlex needs a
whitespace character between the trailing > of the
lexical states and the start of the regular expression:
JLex lets you write <YYINITIAL>\{DISCHARGE\} \{...\}
and JFlex needs <YYINITIAL> \{DISCHARGE\} \{...\}
Original report by Alfred Waas, fixed in 1.1
The text was updated successfully, but these errors were encountered:
Reported by lsf37 on 2001-02-28 11:12 UTC
Minor incompatibility between JFlex and JLex in the
rules section of the specification. JFlex needs a
whitespace character between the trailing
>
of thelexical states and the start of the regular expression:
JLex lets you write
<YYINITIAL>\{DISCHARGE\} \{...\}
and JFlex needs
<YYINITIAL> \{DISCHARGE\} \{...\}
Original report by Alfred Waas, fixed in 1.1
The text was updated successfully, but these errors were encountered: