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