From 0624402eb1711182091d8f066568421b57634a01 Mon Sep 17 00:00:00 2001 From: vonhyou Date: Wed, 14 Apr 2021 22:28:55 +0800 Subject: [PATCH] fix copyright and update readme --- README.md | 14 +++++++++++--- prol.rb | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) 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"