From b7674299e50c469b13d2f0eb8320a8dc1925b836 Mon Sep 17 00:00:00 2001 From: kitty Date: Sun, 15 Mar 2026 13:35:18 +1100 Subject: init commit. forth implementation round 2 now i have jewelforth in a working state, i am starting again from scratch with all the hindsight from actually having Done the Thing. --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..8b467c4 --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +# sanctuary forth (working title) + +sanctuary forth is a 64-bit subroutine threaded forth system +for amd64 linux systems. -- cgit v1.2.3