HRM Interpreter

Simple interpreter for the assembler language described in Human Resource Machine.

This interpreter is intended to be used to verify hrm-compiler, especially optimizations (unreachable/not executed code removal, jump optimizations...)

Todo List

How can I run my code with your interpreter?

  1. Install hrm-compiler
  2. Run hrmc <mysourcefile.hrm> - it will generate the json-formatted version of the code executed by hrm-interpreter
  3. Run cargo run -- --code <mysourcefile.json> --input <myinputfile.json>