Re: Finding a parse inside a (potentially long) string?

2016-12-22 Thread Ron Savage
Glad to help. But as for the uninteresting parts, my fear is that you'll need to more-or-less define them just to be able to tell Marpa what to skip. I wonder if using priorities would be best, so telling Marpa the interesting parts have high priority and the other part have low priority

Re: Finding a parse inside a (potentially long) string?

2016-12-22 Thread hovercraft-google
In my previous post I accidentally abused term DSL - I just meant 'parsers', sorry, -- 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

Re: Finding a parse inside a (potentially long) string?

2016-12-22 Thread hovercraft-google
Thank you very much for your attention and references. Actually, I already saw and continue to study some of it. In essence, what I am looking for is a most efficient development tool for DSLs in several application areas. Specifics is in that these kinds of DSL doesn't require strict parsing