lminc 2.0.1

An assembler and interpreter for the Little Minion Computer model created by Professor Magnus Bordewich of Durham University, based on the Little Man Computer created by Dr. Stuart Madnick of M.I.T. in 1965
Documentation
1
2
3
4
5
#[cfg(feature = "std")]
/// A runner that uses stdio for input and outputs
pub mod stdio;
/// Runners to run tests on programs
pub mod tester;