diff --git a/README.md b/README.md index b408d7a..3d3c07d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ ## Yet another lisp interpreter +**PRO**cessor of **L**ist for Mathematical Calculation + It's a simple minimal lisp interpreter written by ruby. +![](./screenshot/demo.png) +### Feature -### usage +- Basic functions as a minimal lisp +- **No** support for `String` -- uncomment repl() in `minlisp.rb` -- run it \ No newline at end of file +### Usage + +```bash +$ ruby ./prol.rb +``` \ No newline at end of file diff --git a/prol.rb b/prol.rb index a1749c5..458a362 100644 --- a/prol.rb +++ b/prol.rb @@ -102,7 +102,7 @@ def lisp_eval(elem, env = $global_env) end $copyleft = "Copyleft (Ↄ) 2021 vonhyou@lenva.tech -(PRO)cessor of (L)ist for Mathmatical Calculation +(PRO)cessor of (L)ist for Mathematical Calculation This is an open source software, you can view it's source code on github: https://github.com/vonhyou/lisp-interpreter\n\n"