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

Remove Support for Block Comments (/* Blah Blah */) #596

Open
rdbyk opened this issue Jun 13, 2018 · 0 comments
Open

Remove Support for Block Comments (/* Blah Blah */) #596

rdbyk opened this issue Jun 13, 2018 · 0 comments

Comments

@rdbyk
Copy link
Owner

rdbyk commented Jun 13, 2018

Because their "support" is only very rudimentary:

  • they are not supported at the AST level, i.e. they are just dropped at the lexing/parsing level
  • supporting them at the AST level, would probably require a lot of work ... IOHO that's not worth the hassle ...
  • the current situation raises needlessly "issues", c.f. here, here, and there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant