A Rust implementation of the types for use in other Vildrose projects.
Implemented as a library, so that it can be used in other projects, like the VM, assembler and debugger.
// TODO: Old URL, needs to be updated later
Budding phase, with the core types and logic implemented. The next step is to implement the VM and ISA, which will be the next phase of the project.
- Implement Kleene.
- Deeper trit logic, like trit arithmetic and trit logic gates.
- Proven and tested core types and logic.
- Proven use of the core types and logic in the VM, assembler and debugger.