Skip to content
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

[Compiler] Add support for additional pluggable code generation backends #124

Open
wwerner opened this issue Feb 2, 2020 · 0 comments
Open
Labels
P:2 Mid Priority

Comments

@wwerner
Copy link
Contributor

wwerner commented Feb 2, 2020

Currently we only have a backend for generating Java code.
We should allow for plugging in additional backends, perhaps via SPI.

The following backends have been mentioned in discussions so far:

I think it could also make sense to have a generic template based generator, as this would be easy to customize.

@wwerner wwerner added the P:2 Mid Priority label Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P:2 Mid Priority
Projects
None yet
Development

No branches or pull requests

1 participant