mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 10:21:59 +00:00
10 lines
No EOL
163 B
Markdown
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 |