Skip to content

Source code interpreter #129

Answered by objeck
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, it is possible now that the compiler output and VM input are read and written from tandem buffers.

The compiler writes bytes into a zLib compressed buffer written to disk. The VM reads and decompresses the bytes and loads the program. Not too hard to exchange uncompressed buffers between the compiler and VM.

That said, not something I have time to work on now.

Something the community could implement?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by objeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant