mangolang / compiler

A multi-platform programming language focused on maintainability and bug prevention
https://mangocode.org/
Apache License 2.0
12 stars 1 forks source link

Parsing #56

Open mverleg opened 6 years ago

mverleg commented 6 years ago

This is the last Kotlin part. Part of #27

mverleg commented 5 years ago

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.

mverleg commented 5 years ago

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