From d4061d8f0fbb343b91c20f887610487d9bdf1bb7 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 2 Jul 2022 08:39:38 +0300 Subject: [PATCH] Link to FORTH and TCL interpreters --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edd5e3e..ca069ab 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,10 @@ If you're interested in compilers, and interpreters, generally you might enjoy t * https://github.com/skx/gobasic * A simple BASIC interpreter +* https://github.com/skx/critical + * A simple TCL interpreter +* https://github.com/skx/foth + * A tutorial-based implementation of a FORTH scripting language. * https://github.com/skx/bfcc * A [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) compiler * https://github.com/skx/math-compiler