tinyvm icon indicating copy to clipboard operation
tinyvm copied to clipboard

TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.

Results 5 tinyvm issues
Sort by recently updated
recently updated
newest added

Even the newer C++ standards have lareayd decided the preprocessor for C is now just "part of the language" Maybe find a way to integrate that?

Changed: process_defines now uses a calloc'd tempstr like process_includes. Using a variable-length array was the only barrier for the MS compiler. Added Visual Studio solution and project files.

Please comment this code. It looks like a really excellent project for learning about virtual machines but people wont use it that way if its a pain to figure out...

Thanks for your work! There are a couple of things I see that can be improved, especially error handling. Tinyvm doesn't seem to check whether given instructions are correct or...

This should help accomodate some modern compilers and the aggressive errors parameters and -pedantic flags.