From 03d405d1835aaf13670fc7a12ed46ee9937fa6f7 Mon Sep 17 00:00:00 2001 From: vonhyou Date: Wed, 14 Apr 2021 09:27:49 +0800 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54db10e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Yet another lisp interpreter + +It's a simple minimal lisp interpreter written by ruby. + +Still INCOMPLETE. + +### usage + +- uncomment repl() in `minlisp.rb` +- run it \ No newline at end of file