You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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