You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the generated
struct <machine> { ... }
andstruct <machine>_event { ... }
there is avoid *ctx
. The user should be able to specify the type ofctx
. 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.The text was updated successfully, but these errors were encountered: