//! Assembler and simulator for the Little Minion Computer
//! and Little Man Computer
/// Assemble assembly to memory
/// Definitions for the assembly
/// Run assembled code
/// Generic additions to errors
/// Save and load memory
/// Three digit numbers
/// Assemble numbers to memory
/// Parse text to assembly
/// Run the computer and deal with input and output