> can the C version of MARPA be used on its own (without PERL)?

Yes -- https://jeffreykegler.github.io/Marpa-web-site/libmarpa.html -- the
parse engine is separately documented and in C90 C C language.  The
interface is complete, but *very* low-level.  For example, no symbol names
-- symbols, rules and everything else is an integer and the upper layer has
to provide names (which in fact are always necessary).

There are a number of ports underway.  List: anyone know of one for Java
JNI? Folks on the IRC channel may know more.

On Sun, Aug 16, 2015 at 8:47 AM, <[email protected]> wrote:

>
> Hello,
>
> First of all, can the C version of MARPA be used on its own (without PERL)?
>
> Second, has anyone managed to run it using Java JNI?
>
> Many thanks.
>
> Philippe
>
> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to