From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-01-02 11:39:12


elviin wrote:

>I think I should select an allowed segment where // is valid.
>
>
Your string literal parser should not have a nested comment parser. If
the " doesn't trigger a string literal parser, then you need to write one.

Sebastian Redl