|
Boost : |
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 = "\\\".*?\\\"";
?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk