subleq 0.0.1

A 16-bit SUBLEQ loaded with an eForth image
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Author: Richard James Howe
* Email: <mailto:howe.r.j.89@gmail.com>
* Repo: <https://github.com/howerj/subleq-rust>
* License: MIT

A 16-bit SUBLEQ VM written in rust, it contains a working eForth interpreter,
this comes from another project of mine available at
<https://github.com/howerj/subleq>.

If you feel like supporting the project you can buy a book from
Amazon, available [here](https://www.amazon.com/SUBLEQ-EFORTH-Forth-Metacompilation-Machine-ebook/dp/B0B5VZWXPL)
that describes how the project works and how to port a Forth to
a new platform.