~tmpod/brainfucc

86758496f0582135569bc8a0aeb4fb2cc8d9e102 — tmpod 1 year, 4 months ago ab94119
Add reference to other LC3 projects
1 files changed, 7 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +7 -0
@@ 11,3 11,10 @@ Eventually it will have an LC3 back-end to tie with my [toasty LC3 suite](https:

This project is licensed under the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.html).
A copy of its statement can be found [here](./COPYING.md).


## See also

* [lispc3](https://git.sr.ht/~jpl/lispc3) -- a small Lisp dialect that compiles to LC3.
* [toasty LC3 VM](https://git.sr.ht/~tmpod/toasty-lc3-vm) -- an LC3 Virtual Machine that can be used
to run brainfucc and LispC3 programs!