Re: Implementation in C# (.NET).

2015-07-17 Thread Patrick Huber
Not Leo optimization, it was using the leo items directly to create the ASF instead of expanding them into earley items. Here is the article I'm referring to: https://metacpan.org/pod/release/JKEGL/Marpa-PP-0.005_006/pod/Advanced/Algorithm.pod#Leo-Semantics:-Indirect-and-Lazy In the article,

Re: Implementation in C# (.NET).

2015-07-13 Thread Jeffrey Kegler
Thanks for your interest. Did I discourage using the Leo optimization? I don't remember doing that. I'm usually pushing folks to try it. If you found Leo implementation straight-forward, you might try writing it up in blog form, or whatever. A lot of folks are interested in implementing it,

Re: Implementation in C# (.NET).

2015-07-12 Thread Ruslan Shvedov
On Mon, Jul 13, 2015 at 4:30 AM, prhu...@gmail.com wrote: I think the implementation is at a point where I'm ready to let the marpa community see it and give some critique. Here is the github repo https://github.com/patrickhuber/pliant. It still needs a lot of work, but I'm pretty sure the