diff options
author | dan <[email protected]> | 2023-05-26 20:22:13 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-26 20:22:13 -0400 |
commit | 109e4c38a4a3d0573be3d0a0a425a5bfcf313dba (patch) | |
tree | e05cf1f8d4e9617431802b55fcfc16d4661a262e | |
parent | 71a1f237dd678adfc0355e9c7546315280de2f17 (diff) | |
download | forth-109e4c38a4a3d0573be3d0a0a425a5bfcf313dba.tar.gz forth-109e4c38a4a3d0573be3d0a0a425a5bfcf313dba.tar.bz2 forth-109e4c38a4a3d0573be3d0a0a425a5bfcf313dba.zip |
docs: readme update usage warning
-rw-r--r-- | readme.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -9,7 +9,6 @@ If you also have rlwrap installed, you can run `make run-rlwrap`, to get complet _Be aware:_ - Neither implementation is finished - - The instruction sets have _different_ missing features - - This is a toy language, not intended for serious use - + - The implementations have some subtle differences + - This is a toy, not intended for serious use |