stchang / parsack

A basic Parsec-like monadic parser combinator library implementation in Racket.
MIT License
50 stars 10 forks source link

Left recursive grammars #51

Open ZelphirKaltstahl opened 6 years ago

ZelphirKaltstahl commented 6 years ago

Question: Does this implementation work for left recursive grammars? I could not find it in the docs, nor on the racket main docs. For example this blog post shows an implementation of monadic parser combinators which are supposed to support left recursive grammars: https://epsil.github.io/gll/