From bcf5d80be0f669b99b8794e442c70e7cdebb3dad Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Tue, 20 Oct 2020 22:52:35 -0500 Subject: [PATCH] add a basic README.md file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c6eeba --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +JumpForth +========= + +JumpForth is a 32-bit FORTH implementation for Linux on x86. + +Based loosely on [JonesForth](https://github.com/nornagon/jonesforth).