The Tiny VM (TVM) is a simplified P-machine. The P-machine is described in the book by Reinhard Wilhelm (Compiler Design, Addison-Wesley, 1995). Another version of P-machine, namely GP-machine, is available in GitHub: GP-machine.
Just use make.bat
in Windows with GCC (g++).
make
Invoke tvm
with a TVM byte code, say hello.t
.
tvm hello.t
The directory sample.t
contains several sample TVM codes.
- MinGW - Minimalist GNU for Windows
- Gyun Woo - Initial work - Gyun Woo
This project is licensed under the GPL License - see the LICENSE.md file for details
- S. H. Lee
- S. Joo