Re: phrase_parse() break execution
Seth via Spirit-general <[email protected]> Thu, 09 Jan 2025 14:50:32 +0100
| Newsgroups | gmane.comp.parsers.spirit.general |
|---|---|
| Message-ID | <[email protected]> |
Sure. C++ is a turing complete programming language. You can write whatever you need. If you have a specific question, please post the code, preferrably on stackoverflow.com. I'll see it there. Also, ask yourself why the grammar is slow. That's unusual. Unless, of course, the parsing isn't slow, but the input is just vast, in which case you could probably avoid starting parsing in the first place. Regards, Seth On Thu, Jan 9, 2025, at 11:04 AM, Denis wrote: > Hello. I have a complex grammar and phrase_parse() takes a lot of time. > Is there any option to interrupt its execution? > > > > _______________________________________________ > Spirit-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/spirit-general