From d5713bb546a00449997c07efa57a8d58a947718f Mon Sep 17 00:00:00 2001 From: Eatswap Date: Wed, 21 Dec 2022 08:43:26 +0800 Subject: [PATCH] add: README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c75492 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# DragonLisp + +DragonLisp is a Lisp dialect that is designed to be easy to implement. + +## Why DragonLisp? + +idk + +## How to implement DragonLisp + +See source code. + +Updated: 21/12/2022