mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 02:02:01 +00:00
a minimal lisp interpreter written in ruby
.gitignore | ||
prol.rb | ||
README.md |
Yet another lisp interpreter
It's a simple minimal lisp interpreter written by ruby.
Still INCOMPLETE.
usage
- uncomment repl() in
minlisp.rb
- run it