Re: boost::spirit::longest_d как привязать semantic action?
От: MaximE Великобритания  
Дата: 17.10.04 07:55
Оценка:
_Winnie wrote:

>
>         longest_d[
>           int_p[&OnInteger] |
>           real_p[&OnFloat]
>         ]
>

>
>
> Парсер поглощает более длинный кусок, но
> Выполняются оба semantic action

Оно и понятно:

The longest_d directive instructs the parser not to short-circuit alternatives enclosed inside this directive, but instead makes the parser try all possible alternatives and choose the one matching the longest portion of the input stream.


Тебе придется найти другой способ...

--
Maxim Yegorushkin
Posted via RSDN NNTP Server 1.9 gamma
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.