summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-03-15 13:35:18 +1100
committerkitty <nepeta@canaglie.net>2026-03-15 13:35:18 +1100
commitb7674299e50c469b13d2f0eb8320a8dc1925b836 (patch)
tree1f99f0774f13f4a14ac94cc346704f378d5b419f /readme.md
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.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 4 insertions, 0 deletions
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.