On Tue, Jan 7, 2014 at 3:11 AM, Ron Savage <[email protected]> wrote:
> I assume the problem is that you're using ':' for 2 purposes: > Why is this a problem? Separator between name and value can be used in the value, not so rare. Question is lexer in scanless interface able to deal with lexing ambiguity or not? I see evidence that it should be, but fails in this particular case. Am I wrong? > > content_line ::= content_name params ':' value CRLF > > and > > TEXT_CHAR ~ > [\\] [\\n,;:] > > -- > You received this message because you are subscribed to the Google Groups > "marpa parser" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, Ruslan. -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
