Cata Virtual Machine
CVM is a full stack-based virtual machine. It means that all variables are stored in vm-stack. All operations and instructions also works with elements in vm's stack.
Developing virtual machine for Cata programming language. When the CVM will be done, Cata development will continue.
!!Remember Project is under heavy development
make
./cvm examples/00-hello.cava -r
./cvm examples/08-fibonacci.cava -r
./cvm examples/09-triangle.cava -r
All examples was written in Cava and working properly. If you found a bug or an error, please open an issue
- На русском
- Cava (Cata Virtual Assembly) (#TODO: update docs, not updated)
- Virtual Machine
- JVM
- Cata
- CataString library for "strings" in C
make clean