[`simplejit-demo`](https://github.com/CraneStation/simplejit-demo/) has a [rustpeg grammar](https://github.com/CraneStation/simplejit-demo/blob/master/src/grammar.rustpeg) for the tiny language it compiles. It would be an interesting challenge to try to make this nicer using GLL. (right now it would be worse, but we should solve all of those problems)