A bytecode compiler and VM. Based on very old code thats been dusted off.
Find a file
2022-08-30 20:55:07 -05:00
LICENSE Initial commit 2022-08-31 00:03:03 +02:00
README.md Read me update 2022-08-30 20:55:07 -05:00
test.byc Update to recent 2022 version, adjusted for newer compiler version 2022-08-30 17:33:39 -05:00
vm.pb Update to recent 2022 version, adjusted for newer compiler version 2022-08-30 17:33:39 -05:00
vm2.pb Update to recent 2022 version, adjusted for newer compiler version 2022-08-30 17:33:39 -05:00

vmbc

A bytecode compiler and VM. Based on very old code thats been dusted off. I'm not sure exactly what I will use this for just yet, but it is interesting to dabble with this again.

Notes

This program is written in PureBasic and will require it to be compiled from source. Currently, this is more of a proof of concept type thing and I'll figure out how to make this even better. I'm not sure what its current encarnation will be used for however, that remains to be seen for now.