lisp-interpreter-rb/README.md
2021-04-14 09:27:49 +08:00

10 lines
No EOL
163 B
Markdown

## Yet another lisp interpreter
It's a simple minimal lisp interpreter written by ruby.
Still INCOMPLETE.
### usage
- uncomment repl() in `minlisp.rb`
- run it