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!