Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Regex to strip comments (out not in)

by BrowserUk (Patriarch)
on Oct 01, 2012 at 05:31 UTC ( [id://996585]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Regex to strip comments (out not in)
in thread Regex to strip comments

(And, despite the OP's claim, '*/' in a string literal isn't a problem.)

The OP didn't identify the language involved, so I took him at his word.

Seems I don't have the 'I-know-better-than-the-OP' gene that you and several others around here have. I don't miss it.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong

  • Comment on Re^3: Regex to strip comments (out not in)

Replies are listed 'Best First'.
Re^4: Regex to strip comments (out not in)
by tye (Sage) on Oct 01, 2012 at 14:53 UTC
    (And, despite the OP's claim, '*/' in a string literal isn't a problem.)
    The OP didn't identify the language involved, so I took him at his word.

    No offense intended, but that's hilarious. If you took them at their word with regard to '*/', then you must not have with regard to '/*'.

    Seems I don't have the 'I-know-better-than-the-OP' gene that you and several others around here have. I don't miss it.

    Where did I say a specific language that I was assuming? I guess you have the "You know better than some" gene, since you aren't taking me at my word.

    That insult is so comical in the face of you presuming that this unspecified language accepts the following for string literals: "(?:\\\\|\\[abfnrt]|\\u[0-9a-fA-F]{4}|\\x[0-9a-fA-F]{2,4}|\\"|[^"])+?". That is an impressively specific set of features for an unspecified language.

    I tried to be quite polite. But I am not surprised that you found it so very hard to admit to even a simple mistake that you responded with an attack. Just saddened.

    The OP didn't say that they are using a language that parses string literals inside of block comments. They certainly didn't say that their language parses string literals only inside of block comments.

    The idea of there even existing a language where string literals are parsed only inside of block comments is quite humorous. But that is all that your regex tries to handle.

    But composing the regex 'backward' in that way is quite a simple mistake. The kind of mistake I make all the time. Most people do.

    I am sorry my correction caused you distress (or seemed to). That wasn't my intent. I would appreciate it if you would at least refrain from responding with another insult. (I thought pointing out the mistake was actually more polite than down-voting and not commenting, something you've complained about repeatedly.)

    - tye        

      I tried to be quite polite.

      Such a shame. You try sooo hard -- and yet still somehow always fail.

      I am not surprised that you found it so very hard to admit to even a simple mistake

      And it comes as no surprise to me that you would try to bluff, bluster and bore your way around that limited imagination with which you view the world, and which you try to impose on others.

      Here is a C file that compiles clean:

      C:\test>type junk.c char x[] = "/* comment */"; int n = 1; C:\test>cl /Wall -c junk.c Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64 Copyright (C) Microsoft Corporation. All rights reserved. junk.c

      And here it is with a part of it commented out:

      C:\test>type junk.c /* char x[] = "/* comment */"; */ int n = 1; C:\test>cl /Wall -c junk.c Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64 Copyright (C) Microsoft Corporation. All rights reserved. junk.c junk.c(2) : error C2001: newline in constant junk.c(2) : error C2059: syntax error : 'string' junk.c(3) : warning C4138: '*/' found outside of comment

      Just because the C designers made that mistake, it doesn't mean everyone has to. Maybe there is a language out there that allows a block comment to span an arbitrary chunk of valid code without breaking. Maybe, its even closer to you than you think.


      With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.

      RIP Neil Armstrong

        Too bad you were still unable to even make the claim (with a straight face) that there might be a language that parses string literals only inside of block comments. Nice distraction, though.

        You claim that I imagine something that the user didn't explicitly state, so you call my genetic heritage into question. You claim I don't imagine such, so you tell stories about how you imagine that I view the world.

        I hope you are having a pleasant day. Thanks for the minor entertainment.

        - tye        

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://996585]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found