gll
gll copied to clipboard
Port Cranelift's simplejit-demo to use the gll crate.
simplejit-demo has a rustpeg grammar 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)