$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] problems with grammar using spirit
From: TONGARI (tongari95_at_[hidden])
Date: 2011-08-30 04:59:51
2011/8/30 McJaml <jaml89_at_[hidden]>
> 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 = "\\\".*?\\\"";
?