
30 Aug
2011
30 Aug
'11
8:59 a.m.
2011/8/30 McJaml <jaml89@gmail.com>
Hi !
Thanks for the quick answer, this solved my problem but now I'm just having a little problem detecting string constants.
I have the following regular expression in the lexer cte_string = "\".\"";
Maybe cte_string = "\\\".*?\\\""; ?