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

163 B

Yet another lisp interpreter

It's a simple minimal lisp interpreter written by ruby.

Still INCOMPLETE.

usage

  • uncomment repl() in minlisp.rb
  • run it