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

Comments with single-character delimiters not working #169

Closed
dcavar opened this issue Feb 17, 2016 · 1 comment
Closed

Comments with single-character delimiters not working #169

dcavar opened this issue Feb 17, 2016 · 1 comment
Assignees
Labels
bug comments Concerning the "comment" pragma
Milestone

Comments

@dcavar
Copy link

dcavar commented Feb 17, 2016

As we discussed on the list, comments enclosed in quotes:
comment """ """;
do not work (I am talking about C++). As Aarne Ranta pointed out, "the enclosed comments don't seem to work with any one-character delimiters:
comment "[" "]" ;
doesn't work either, at least with Haskell/Alex."
Best!
DC

@gdetrez gdetrez added the bug label Feb 18, 2016
@gdetrez gdetrez modified the milestone: 2.9 Sep 7, 2016
@andreasabel andreasabel changed the title Comments with single-character enclosed comment beoundary symbols not working Comments with single-character delimiters not working Nov 24, 2017
@andreasabel andreasabel added the comments Concerning the "comment" pragma label Nov 24, 2019
@andreasabel andreasabel self-assigned this Nov 24, 2019
@andreasabel andreasabel modified the milestones: 2.9, 2.8.4 Nov 24, 2019
@andreasabel
Copy link
Member

Single character block comment delimiters have been implemented now in #202.

andreasabel added a commit that referenced this issue Dec 14, 2019
The Haskell backend now supports block comment delimiters of any length.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug comments Concerning the "comment" pragma
Projects
None yet
Development

No branches or pull requests

3 participants