Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 654 Bytes

File metadata and controls

15 lines (11 loc) · 654 Bytes

parsimony-rust

A Rust implementation of the parsimony project.

Parsimony

Parsimony is a project that allows description of Turing Machines in a high level language that compiles down to a two symbol, single tape Turing Machine. It is used in the paper "A Relatively Small Turing Machine Whose Behaviour Is Independent of ZFC".

Rust

Rust is a

systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety