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

[Bug] // comments in java lexer example [sf#36] #38

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

[Bug] // comments in java lexer example [sf#36] #38

lsf37 opened this issue Feb 15, 2015 · 3 comments
Labels
enhancement Feature requests

Comments

@lsf37
Copy link
Member

lsf37 commented Feb 15, 2015

Reported by lsf37 on 2001-03-10 17:56 UTC
javac allows // comments at the end of file (without a line terminator). The java lexer
example that comes with JFlex requires a line terminator. Although the Java lang spec doesn't
contain this, it's easy to add and doesn't affect the rest of the language.

reported by Thomas Mulcahy

@lsf37 lsf37 changed the title // comments in java lexer example [Bug] // comments in java lexer example [sf#36] Feb 15, 2015
@lsf37 lsf37 added this to the feature request milestone Feb 15, 2015
@lsf37 lsf37 closed this as completed Feb 15, 2015
@lsf37
Copy link
Member Author

lsf37 commented Feb 15, 2015

Updated by lsf37 on 2001-03-10 17:58 UTC

  • status: open --> open-accepted

@lsf37
Copy link
Member Author

lsf37 commented Feb 15, 2015

Commented by lsf37 on 2001-09-21 21:48 UTC
Logged In: YES
user_id=93534

fixed in 1.3.3

@lsf37
Copy link
Member Author

lsf37 commented Feb 15, 2015

Updated by lsf37 on 2001-09-21 21:48 UTC

  • status: open-accepted --> closed

@lsf37 lsf37 added the enhancement Feature requests label Feb 16, 2015
@lsf37 lsf37 removed this from the feature request milestone Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant