commit b44de0a4c0bd55703bb2984e685240a5681b0ef9
parent 28c8a8a401a56a4748ad55f98e49b99fa27a90d7
Author: NunoSempere <nuno.sempere@protonmail.com>
Date: Wed, 10 May 2023 23:34:01 -0400
readme tweaks.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@
## About
-This is a Lisp written in C. It follows the outline in this [Build Your Own Lisp](https://buildyourownlisp.com) book, though it then adds some small tweaks and improvements and quality of life improvements:
+This is a Lisp written in C. It follows the outline in this [Build Your Own Lisp](https://buildyourownlisp.com) book, though it then adds tweaks and quality of life improvements:
- A makefile
- Configurable verbosity levels
@@ -103,6 +103,7 @@ mumble> ++2 10
- [x] Define functions
- [x] Define if, = and >
- [x] Build fibonacci function
+- [x] Build factorial function
## Gotchas