No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| lmc_code | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Little Man Computer Interpreter
This is an interpreter for the Little Man Computer Language written in Rust.
This is currently designed to have as much parity with the simulator currently hosted by Peter Higginson. This resulted in me using some very weird ways of accomplishing this task.
Usage
To use the interpreter, have your LMC code in a file like in /lmc_code/.
Then run lmc-interpreter-<os>-<arch> <path to code file> in a terminal.