About other parser generators using marpa algorithm, there are bindings to other languages that probably have their own BNF. There is also c-marpaESLIF <https://github.com/jddurand/c-marpaESLIF/> that implements its own BNF directly in a C library, very similar the perl's Marpa BNF, though not 100% compatible. The only real advantages of the later are its stream-ready compatible architecture, native support of regular expressions via an embedded version of PCRE2 <https://www.pcre.org/current/doc/html/pcre2.html>, native action scripting language via an emdedded Lua <https://www.lua.org/> interpreter.
Le dimanche 13 octobre 2019 11:28:26 UTC+2, [email protected] a écrit : > > Marpa Parser generator is awesome... but it's too uncomfortable to use it > from PLs ala C++ Java C# . > > Is there some Marpa like parser generator for C++ Java C#...? > Is there other parser generators using ~ Marpa algorithm? > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/marpa-parser/a23fcd2a-6770-40cd-af66-cebe42186977%40googlegroups.com.
