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

Move specific language related functions in the language module #65

Closed
desaikd opened this issue Nov 16, 2023 · 1 comment
Closed

Move specific language related functions in the language module #65

desaikd opened this issue Nov 16, 2023 · 1 comment
Labels
code generation Improvements for code generation subcommand `generate`

Comments

@desaikd
Copy link
Contributor

desaikd commented Nov 16, 2023

The fact that this is Rust-specific stands out. Eventually we should aim for the generate_code path to not contain anything specific to a target language; ideally generate_code would only call methods that discuss the target language in abstract, with methods on Language containing all of the language-specific bits.

Originally posted by @zslayton in #61 (comment)

@desaikd desaikd added the code generation Improvements for code generation subcommand `generate` label Nov 16, 2023
@desaikd
Copy link
Contributor Author

desaikd commented Apr 9, 2024

Completed with #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code generation Improvements for code generation subcommand `generate`
Projects
Development

No branches or pull requests

1 participant