mangolang/compiler

Parsing

Opened this issue · 2 comments

This is the last Kotlin part. Part of #27

Perhaps during the prototyping phase, quick iteration is more important than clear errors, performance or customization.

Therefore it might be good to use something like pest, with the possibility that it will be replaced by hand-written code when stabilization approaches.

Another possibility is lalrpop, in which case this Python sample could be adapted.