On Wed, Aug 24, 2022 at 08:58:32AM -0600, C. M. Sperberg-McQueen scripsit:
On 23 August 2022, Graydon Saunders wrote:
On Mon, Aug 22, 2022 at 07:42:39PM +0200, Martin Honnen scripsit:
[snip]
https://github.com/cmsmcq/Aparecium is an XQuery implementation of
And thus interesting, but alas too slow for the application I have.
If you are willing and able to send me a copy of your grammar and some sample data, I would be grateful; it might help me improve the situation with respect to Aparecium's performance.
Unfortunately this is work for my employer, so I would not be able to communicate it.
[snip]
Another alternative, if you have speed issues and just one grammar you are interested in, is to use Gunther Rademacher's REx parser generator to compile the grammar you are interested in into a parser written in XQuery (other target languages are also available).
That's interesting; thank you!