Well, this is a fate of those examples :) I have some generic question: what is the easiest way to skip part of input stream until some keyword or lexeme appears? Is it possible to do this in Marpa without using external lexer and/or events? May be putting an undesired_part symbol inside parenthesis will work, something like some_rule ::= desired_part ( undesired_part ) end_mark_symbol? But how to define this undesired_part lexeme?
-- 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/d/optout.
