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

Option to generate self-contained code (remove dependency on karmem library) #58

Open
inkeliz opened this issue Aug 23, 2022 · 0 comments

Comments

@inkeliz
Copy link
Owner

inkeliz commented Aug 23, 2022

Currently, Karmem have two components:

  • Code Generation
  • Karmem Library

This may add some issues since you need to get the library and also use code generator. Another option is to "combine" both of them, so one option --contained (and equivalent header option) can be used to include the Karmem library inside the generated code. The major issue is the C code, since it requires prefix and code change for each package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Stage 4: Generator B
Development

No branches or pull requests

1 participant