identify a comment between /* and */ that may contain */ inside of it only if its inside “”
I am working on a lexical analyser but i am struggling on how to identify the comments as bellow:
a comment is a sequence of caracters (even space) between /* and /*, it may not contain the sub-string / unless it is between doubles quotes like this “/”