SuperJMN
SuperJMN

Reputation: 13992

Is there any GLL parser combinator library in C# / Java?

I'm really interested in parser combinators, especially those who can deal with left-recursive and ambiguous grammars. I know the fabulous Superpower by Nicholas Blumhardt but it's unable to deal with this kind of grammars.

I've found some GLL parser combinators libraries like this https://github.com/djspiewak/gll-combinators, but it uses Scala and, that is a big inconvenience for me (I don't know that language).

I would like to know if there is any of these in C# (or Java)

Upvotes: 3

Views: 886

Answers (0)

Related Questions