diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-15 13:35:18 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-15 13:35:18 +1100 |
| commit | b7674299e50c469b13d2f0eb8320a8dc1925b836 (patch) | |
| tree | 1f99f0774f13f4a14ac94cc346704f378d5b419f | |
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.
| -rw-r--r-- | readme.md | 4 |
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. |
