ram-machine 0.2.0

RAM machine code interpreter
ram-machine-0.2.0 is not a library.
Visit the last successful build: ram-machine-2.0.1

RAM Machine Interpreter

This repo contains a code for a RAM Machine code parser and interpreter as defined by Ɓukasz Szkup in his Master Thesis

Usage

cargo run <ram code file> [input arguments]

Roadmap for v1

  • Repl
  • Debug mode
  • Automatic changelog
  • Cargo crate with automatic publish to crates.io