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

Add support for user specified context types #4

Closed
clnhlzmn opened this issue Mar 20, 2021 · 1 comment
Closed

Add support for user specified context types #4

clnhlzmn opened this issue Mar 20, 2021 · 1 comment

Comments

@clnhlzmn
Copy link
Owner

In the generated struct <machine> { ... } and struct <machine>_event { ... } there is a void *ctx. The user should be able to specify the type of ctx. Maybe it could be passed on the command line (java -jar makina-compiler --machine-context struct my_type input.mkna) or the generated files could use a macro for that variable's type which would have to be defined by the user.

@clnhlzmn
Copy link
Owner Author

Added in bba922a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant