If I want to try adding a new language backend to ...
# compiler
m
If I want to try adding a new language backend to kotlin, which classes should I look at to get started?
🙈 1
e
as in, something similar to https://github.com/krzema12/kotlin-python? (#C01EY9ZF9B5)
m
Yeah, something like that. I'm aware of that repo, but not sure if it's still a good reference with the release of K2.
e
probably not :-/ I'm not aware of anything newer either
m
It's also not like the kotlin repo is structured in a way that's easy to navigate; I can't simply copy the
js
folder and rewrite the parser/codegen to match a different language.