From b44de0a4c0bd55703bb2984e685240a5681b0ef9 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 10 May 2023 23:34:01 -0400 Subject: [PATCH] readme tweaks. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efe64d..9c4759b 100644 --- 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