I'm not familiar with the peg parsers - I assume these are generated and one has to always run `make` before so the sources get created, right?
Yes, they are not committed in the git, but they are generated by `packcc` as needed. At the very least `make peg/kotllin.c` should be called, otherwise the update script fails. Should I add the call in the script?