aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-10 11:16:43 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-10 11:16:43 -0800
commitf4252fb4c1b12e4318f98e4a1936842e8b691ce0 (patch)
tree8ec197427f2a415724c30743827bc539f992823a /README.org
parent08d3ca49897c85c71e7a66ce8902bbf04081c441 (diff)
credit
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.org b/README.org
index 0ce428c..e223f66 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,7 @@
#+title: Stem
+* Credits
+Big thanks to Andrei Sova for contributing ~fib.stem~ in the ~examples/~ directory.
* Introduction
Stem aims to be a small implementation of something like the forth programming language,
meaning it operates on a virtual stack. There are words, quotes, and literal types in this