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
Hi, thank you for this project,
I'm working on an ink implementation in lua. So far it's very minimal. I find the set of tests / examples in this project very useful.
I have managed to write a driver for my compiler and runtime.
The problem is I use my own datastructure instead of the JSON file so my compiler only works with my runtime and vice versa.
Would you be interested in a PR anyway?
It will fail in the matrix with the other implementations but for me it's useful to test my implementation
The text was updated successfully, but these errors were encountered:
Hi, thank you for this project,
I'm working on an ink implementation in lua. So far it's very minimal. I find the set of tests / examples in this project very useful.
I have managed to write a driver for my compiler and runtime.
The problem is I use my own datastructure instead of the JSON file so my compiler only works with my runtime and vice versa.
Would you be interested in a PR anyway?
It will fail in the matrix with the other implementations but for me it's useful to test my implementation
The text was updated successfully, but these errors were encountered: