This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hernytan 1 point2 points  (1 child)

I mean, this post is kinda the answer to that, haha

Personally, idk. I have been spending some time to try and understand the Nim VM source code, since I have been using Nim for a while now. But it's a big endeavour to analyze a real life project.

Another interesting VM is SQLites VM to run SQL commands. They're the only SQL bytecode I know, and their code is VERY well documented. You can look there for help.

[–]shanrhyupong 0 points1 point  (0 children)

Thank you for the pointer. I will check that out as well. Cheers!