Crates.io | triton |
lib.rs | triton |
version | 0.1.0 |
source | src |
created_at | 2020-02-28 16:50:05.715408 |
updated_at | 2020-02-28 16:50:05.715408 |
description | Ternary stack machine CPU architecture and VM |
homepage | |
repository | https://github.com/patrislav/triton |
max_upload_size | |
id | 213591 |
size | 14,203 |
An experimental ternary stack-based CPU architecture. This crate includes the VM able to decode and run Triton programs. This is not a full emulator, but it's intended to be used as a library for other applications to use.
The architecture is not yet finalized, the instruction set not fully designed and there are no tests.