diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-10 11:16:43 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-10 11:16:43 -0800 |
commit | f4252fb4c1b12e4318f98e4a1936842e8b691ce0 (patch) | |
tree | 8ec197427f2a415724c30743827bc539f992823a /README.org | |
parent | 08d3ca49897c85c71e7a66ce8902bbf04081c441 (diff) |
credit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |