Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whitespace between state and regexp #1

Closed
lsf37 opened this issue Feb 15, 2015 · 0 comments
Closed

whitespace between state and regexp #1

lsf37 opened this issue Feb 15, 2015 · 0 comments
Labels
bug Not working as intended

Comments

@lsf37
Copy link
Member

lsf37 commented Feb 15, 2015

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

@lsf37 lsf37 added bug Not working as intended JLex incompatibility and removed bug Not working as intended labels Feb 15, 2015
@lsf37 lsf37 closed this as completed Feb 15, 2015
@regisd regisd added the bug Not working as intended label Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants