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

ink implementation with incompatible bytecode #6

Open
premek opened this issue Mar 24, 2023 · 1 comment · May be fixed by #7
Open

ink implementation with incompatible bytecode #6

premek opened this issue Mar 24, 2023 · 1 comment · May be fixed by #7

Comments

@premek
Copy link
Contributor

premek commented Mar 24, 2023

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

@chromy
Copy link
Owner

chromy commented Mar 29, 2023

Hi! Really glad it has been useful :)

Yes I would happy to add pink to inkproof!
I see you got it all working in the fork by the looks of things :)

@premek premek linked a pull request Apr 2, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants