-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port the C++ Generator to Kotlin #345
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good! I think you already made yourself at home with extensions, my comments are really just minor nitpicks
Co-authored-by: Clément Fournier <[email protected]>
Co-authored-by: Clément Fournier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! There are some comments missing, but this will become more visible when we generate KDoc documentation, so we can also address it then.
This branch ports the C++ code generator from Xtend to Kotlin. This effort is still a work in progress. I am opening this PR, so that everyone can see what is going on and get involved in a discussion about which "style" or patterns to use.
I configured this PR to compare against the branch
kotlin-with-gradle
. This way we can focus on the C++ related changes here. However, we will also need to merge thekotlin-with-gradle
branch to make this PR work.