https://github.com/tomboddaert/zig_minion
A Little Minion Computer implementation in Zig
https://github.com/tomboddaert/zig_minion
zig
Last synced: 12 days ago
JSON representation
A Little Minion Computer implementation in Zig
- Host: GitHub
- URL: https://github.com/tomboddaert/zig_minion
- Owner: tomBoddaert
- Created: 2023-08-08T17:33:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T17:34:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T14:09:04.523Z (over 1 year ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 5.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig_minion
### This is a zig implementation of my variant of the Little Minion Computer.
The [Little Minion Computer](https://mjrbordewich.webspace.durham.ac.uk/lmc/) model was created by [Professor Magnus Bordewich](https://mjrbordewich.webspace.durham.ac.uk/) of [Durham University](https://www.durham.ac.uk/homepage/), based on the [Little Man Computer](https://en.wikipedia.org/wiki/Little_man_computer) created by [Dr. Stuart Madnick](https://en.wikipedia.org/wiki/Stuart_Madnick) of [M.I.T.](https://www.mit.edu/) in 1965.
For a more featureful and better written implementation, see my [LMinC](https://github.com/tomBoddaert/lminc) project, which is written in Rust.
## Examples
There are examples in the [examples directory](examples/);
## License
[zig_minion](https://github.com/tomBoddaert/zig_minion) is dual-licensed under either the Apache License Version 2.0 OR MIT license at your option.