mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 02:02:01 +00:00
add readme
This commit is contained in:
parent
b42fe1ccef
commit
03d405d183
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue