add readme

This commit is contained in:
vonhyou 2021-04-14 09:27:49 +08:00
parent b42fe1ccef
commit 03d405d183

10
README.md Normal file
View file

@ -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