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
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