Re: Want to use ala Marpa in my compiler on C++ and Ya so in search for ala Marpa Parser generator in C C++ Java C#... without any Perl

2019-10-13 Thread Jeffrey Kegler
There's a paper: http://dinhe.net/~aredridel/.notmine/PDFs/Parsing/KEGLER,%20Jeffrey%20-%20Marpa,%20a%20practical%20general%20parser:%20the%20recognizer.pdf It has the full apparatus, including proofs of the complexity claims, but you may wish to skip those in favor of the pseudo-code. On Sun,

Re: Want to use ala Marpa in my compiler on C++ and Ya so in search for ala Marpa Parser generator in C C++ Java C#... without any Perl

2019-10-13 Thread Pavel Senatorov
;) + after looking into libmarpa sources I want to read the English description of the Marpa alg with all alg details yet without tech=code details (ala used libs). Does it exist? Where? On 2019-10-13 21:45, Jeffrey Kegler wrote: Good luck with the Ya language! On Sun, Oct 13, 2019 at 5:28

Re: Want to use ala Marpa in my compiler on C++ and Ya so in search for ala Marpa Parser generator in C C++ Java C#... without any Perl

2019-10-13 Thread Jeffrey Kegler
Good luck with the Ya language! On Sun, Oct 13, 2019 at 5:28 AM e...@ya-lang.com wrote: > I'm creating PL Ya (http://Ya-Lang.com) and to parse it want to try smth > similar to Marpa alg... and inside C++ world the Perl is better to avoid... > But how in case of Marpa? > > -- > You received this

Re: Marpa Parser generator is awesome... yet is there a sources in C++ Java C#...?

2019-10-13 Thread paul . senatorov
'd explored: all in *C* with documentation. -- 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 marpa-parser+unsubscr...@googlegroups.com. To view this discussion

Re: Marpa Parser generator is awesome... yet is there a sources in C++ Java C#...?

2019-10-13 Thread paul . senatorov
Ok+Ok!: I'm to explore libmarpa+marpaWrapper c-marpaESLIF ! -- 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 marpa-parser+unsubscr...@googlegroups.com. To view

Re: Marpa Parser generator is awesome... yet is there a sources in C++ Java C#...?

2019-10-13 Thread Durand Jean-Damien
About other parser generators using marpa algorithm, there are bindings to other languages that probably have their own BNF. There is also c-marpaESLIF that implements its own BNF directly in a C library, very similar the perl's Marpa BNF, though not

Re: Marpa Parser generator is awesome... yet is there a sources in C++ Java C#...?

2019-10-13 Thread Durand Jean-Damien
Hello, Internally, Marpa perl packages uses the low-level libmarpa , which can be directly accessed through C++. There is also marpaWrapper that is a very thin layer on top of libmarpa, more event and

Want to use ala Marpa in my compiler on C++ and Ya so in search for ala Marpa Parser generator in C C++ Java C#... without any Perl

2019-10-13 Thread e...@ya-lang.com
I'm creating PL Ya (http://Ya-Lang.com) and to parse it want to try smth similar to Marpa alg... and inside C++ world the Perl is better to avoid... But how in case of Marpa? -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from