| Crates.io | cythan |
| lib.rs | cythan |
| version | 0.1.0 |
| created_at | 2020-08-25 17:35:30.247796+00 |
| updated_at | 2020-08-25 17:35:30.247796+00 |
| description | The Cythan machine implementation in Rust |
| homepage | |
| repository | https://github.com/Cypooos/Cythan-v3 |
| max_upload_size | |
| id | 280633 |
| size | 17,931 |
Cythan is an abstract machine that has been created to be simpler than Turing's one. This is the Rust implementation of Cythan.
[dependencies]
cythan = "*"
let mut cythan = Cythan::new(vec![12,78,15,21,20]);
for _ in 0..20 {
cythan.next();
}
println!("{}",cythan);
Go in the issue section and leave an issue or fix one!