mirror of
https://github.com/vonhyou/lisp-interpreter.git
synced 2025-06-08 02:02:01 +00:00
fix copyright and update readme
This commit is contained in:
parent
10b4067cc5
commit
0624402eb1
2 changed files with 12 additions and 4 deletions
14
README.md
14
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.
|
||||
|
||||

|
||||
|
||||
### Feature
|
||||
|
||||
### usage
|
||||
- Basic functions as a minimal lisp
|
||||
- **No** support for `String`
|
||||
|
||||
- uncomment repl() in `minlisp.rb`
|
||||
- run it
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
$ ruby ./prol.rb
|
||||
```
|
2
prol.rb
2
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue