-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: chameleon
, a tool for language binding generation
#250
Conversation
chameleon
, a tool for language binding generation
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.
Sorry I took so long to review, I forgot about this!
I checked the Action.yaml files, they have the right entries for each action function.
Should the ExampleAlgorithm have an Action.yaml file? This could point to the action function Filter , I think it would be helpful to refer to when writing algorithms.
Yes, but I'm actually considering removing |
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.
OK sounds good
This introduces
chameleon
, a tool to automate generation of bindings and action function tests. For a proof of concept, this PR generates the C bindings for Fortran.