From: Tim Vaughan Date: Mon, 6 Jun 2016 02:10:31 +0000 (+1200) Subject: Updated README. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=commitdiff_plain;h=d2a26bd72dda48f9afd02185db4659a9efd46efd Updated README. --- diff --git a/README.md b/README.md index 3f4332a..f14be39 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,16 @@ as makes sense given the underlying VM. (Actually, my main goal goes a bit beyond this: I want to be able to, with a couple of exceptions, be compatible with the description of forth contained in the second edition of Leo Brodie's book "Starting Forth".) I'm fairly happy with my progress so far. Of the -131 required F83 words, only 22 remain unimplemented. These words fall into +131 required F83 words, only 21 remain unimplemented. These words fall into three categories: those I intend to implement in the near future, those I may possibly implement at some point, and those that I do not intend to ever implement for reasons of obsolescence or incompatibility with the design of the VM. ### F83 Words to be implemented soon - PAD ABORT" + PAD -The words `PAD` is a simple oversite. `ABORT"` will also be implemented soon. +The word `PAD` is a simple oversite. ### F83 Words that may be implemented someday