diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-11-16 20:08:10 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-11-16 20:08:10 -0500 |
commit | 58e34a283d1eec14581a6efed52b68e87865f931 (patch) | |
tree | c701e215884ed40cdcc38f1c9269d2febcde55bf | |
parent | 0969c1f24537850678b299905806f8d31b74fe87 (diff) |
update readme
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ # sforth -s forth
\ No newline at end of file +sforth is an implementation of the forth programming language written in modern +C++. It aims to be small, portable, and efficient. + |