diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 19:46:12 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-02-22 19:46:12 -0500 |
commit | 9ccce3fd1831684a9074a3b4e243e80418265cd6 (patch) | |
tree | 99cc924e4b7a71f72b92ac0a5dd15cbf05a9bbb3 /README.md | |
parent | 0ede616831367ceeee99a7fbab19df0c0169c129 (diff) |
begin work on core extensions; fix does>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ Alee is a portable and concise Forth implementation in modern C++. Its primary a ## Compatibility -A base dictionary is being built following the "core" [glossary](https://forth-standard.org/standard/core). Progress on implementation of these words is documented in `compat.txt`. +A base dictionary is being built by working through the "core" and "core extension" [glossaries](https://forth-standard.org/standard/core). These word lists are included in `compat.txt`, with "yes" indicating that the word is implemented either in `core.fth` or within Alee itself. -A `sys` is available which links to a C++ function for user-defined functionality. +A `sys` word is available to provide access to user-defined C++ functions. ## Building |